aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2016-11-07 16:16:17 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2016-11-07 16:16:17 +0900
commit8d7068003b758892ae2b7b1a617694512076fc51 (patch)
tree94d1a066d6be85d25bd8603304564a2e4dc1e554
parentremove -Wno-c99-extension (diff)
downloadgolite-8d7068003b758892ae2b7b1a617694512076fc51.tar.gz
golite-8d7068003b758892ae2b7b1a617694512076fc51.tar.xz
FAQ about concurrency. Close #350
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2e0d5a..a875e31 100644
--- a/README.md
+++ b/README.md
@@ -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
-------