FAQ about concurrency. Close #350

This commit is contained in:
Yasuhiro Matsumoto 2016-11-07 16:16:17 +09:00
parent 86681de00a
commit 8d7068003b
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ FAQ
Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
* Can use this in multiple routines concurrently?
Yes for readonly. But, No for writable. See #50, #51, #209.
License
-------