Skip to content

Commit 0fd309e

Browse files
authored
Merge pull request #86 from michalc/docs/promote-multithreading-level
docs: promote multithreading section
2 parents a6832f2 + 75e41ad commit 0fd309e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ with \
218218
print(row)
219219
```
220220

221-
### Multithreading
221+
222+
## Multithreading
222223

223224
It is safe for multiple threads to call the same `query` function. Under the hood, each use of `query` uses a separate SQLite "connection" to the database combined with the `SQLITE_OPEN_NOMUTEX` flag, which makes this safe while not locking unnecessarily.
224225

0 commit comments

Comments
 (0)