Skip to content

Commit 75e41ad

Browse files
committed
docs: promote multithreading section
I think now it's a bit odd it's in Usage - there are are top level "appendix-y" sections that it's more similar to.
1 parent a6832f2 commit 75e41ad

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)