mirror of https://github.com/mattn/go-sqlite3.git
FAQ about concurrency. Close #350
This commit is contained in:
parent
86681de00a
commit
8d7068003b
|
@ -64,6 +64,10 @@ FAQ
|
||||||
|
|
||||||
Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
|
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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue