diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-11-07 16:16:17 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-11-07 16:16:17 +0900 |
commit | 8d7068003b758892ae2b7b1a617694512076fc51 (patch) | |
tree | 94d1a066d6be85d25bd8603304564a2e4dc1e554 | |
parent | remove -Wno-c99-extension (diff) | |
download | golite-8d7068003b758892ae2b7b1a617694512076fc51.tar.gz golite-8d7068003b758892ae2b7b1a617694512076fc51.tar.xz |
FAQ about concurrency. Close #350
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |