Commit Graph

3 Commits

Author SHA1 Message Date
Anton
818954d339 refactor: use vfs=memdb instead of mode=memory&cache=shared
Shared cache is discouraged. The supported alternative
(and increasingly recommended by SQLite developers),
is the memdb VFS (which I believe is supported by all drivers).
I'm sure modernc has it, and mattn also does if compiled with
SQLITE_ENABLE_DESERIALIZE, which became the default in 2021.

https://github.com/ncruces/go-sqlite3/issues/94#issuecomment-2157679766
2024-06-10 21:55:49 +05:00
Anton
eda58d11e3 refactor: redka - database options 2024-04-14 01:29:19 +05:00
Anton
e86d717d13 initial commit 2024-04-07 00:12:54 +05:00