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
For an experimental feature for https://github.com/simonw/sqlite-utils-ask I found myself wanting to invoke the existing sqlite-utils memory command and then do something else with the memory database it created.
I can do this with a sqlite_utils.Database(memory_name="x") but I need to ensure the variable doesn't go out of scope or it will be dropped by the sqlite3 library.