libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

Add support for named in-memory database

Open cayasso opened this issue 1 year ago • 0 comments

Support for named in-memory database:

file:memdb1?mode=memory&cache=shared

You can find more information here: https://www.sqlite.org/inmemorydb.html

The use case is more for testing multi-tenant apps, where you have a main database and you have your tenant databases, currently it seems like testing these type of apps are imposible or very complicated.

cayasso avatar Sep 10 '24 22:09 cayasso