From 8d7068003b758892ae2b7b1a617694512076fc51 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 7 Nov 2016 16:16:17 +0900 Subject: [PATCH] FAQ about concurrency. Close #350 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -------