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
The code requires the sqlite db to properly consistently replace values, but an in-memory database could be used when the user does not want to record this data.
The text was updated successfully, but these errors were encountered:
This should be pretty easy. You could just set the default for audit file to be ':memory:' instead of 'identity.db'. sqlite3 uses this to create an in-memory database.
The code requires the sqlite db to properly consistently replace values, but an in-memory database could be used when the user does not want to record this data.
The text was updated successfully, but these errors were encountered: