You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019 consensus on the sqlite-users mailing list seems to be "don't use shared cache mode".
With URI naming, shared cache mode is enabled with a URI parameter "cache=shared". Of course this requires the SQLite shared library to be built with URI naming enabled.
SQLite docu: https://www.sqlite.org/sharedcache.html
The text was updated successfully, but these errors were encountered: