Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support shared in memory DBs #1376

Open
avinassh opened this issue May 7, 2024 · 0 comments
Open

Support shared in memory DBs #1376

avinassh opened this issue May 7, 2024 · 0 comments

Comments

@avinassh
Copy link
Member

avinassh commented May 7, 2024

libsql driver doesnt support shared in memory databases - https://www.sqlite.org/inmemorydb.html

open("file::memory:?cache=shared")

this will open an in memory DB and any connection in the same process, can access the same in memory db. This is very handy in tests.

bug reported here: https://discord.com/channels/933071162680958986/1235911696288317471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant