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
I need to create several connections to the :memory: database.
This is possible only using file url, like this file::memory:?cache=shared.
Is it possible to add file url support or add new option cache with possible values: shared and private to the constructor?
The text was updated successfully, but these errors were encountered:
I need to create several connections to the
:memory:
database.This is possible only using file url, like this
file::memory:?cache=shared
.Is it possible to add file url support or add new option
cache
with possible values:shared
andprivate
to the constructor?The text was updated successfully, but these errors were encountered: