uni_rails icon indicating copy to clipboard operation
uni_rails copied to clipboard

Support sqlite3 :memory: database

Open AlexB52 opened this issue 1 year ago • 0 comments

The connections between the DB schema and the main app are different. While the :memory: database gets loaded correctly the first time, the app uses another :memory: database that doesn't have the schema loaded.

We should have a way to either allow the use of the same :memory: database or change when the DB gets loaded during the app initialization when SQLite :memory: is used

AlexB52 avatar Mar 30 '24 01:03 AlexB52