We pass databaseName directly to the underlying library on both desktop and mobile. As such, on desktop, this should support creating a database with the name :memory:. On mobile, I'm not sure whether the library we use passes the database name directly to SQLite.

1 Like