Skip to content

Commit 8d70680

Browse files
committed
FAQ about concurrency. Close #350
1 parent 86681de commit 8d70680

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ FAQ
6464

6565
Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
6666

67+
* Can use this in multiple routines concurrently?
68+
69+
Yes for readonly. But, No for writable. See #50, #51, #209.
70+
6771
License
6872
-------
6973

0 commit comments

Comments
 (0)