Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to use in-memory sqlite database if no audit trail is needed #19

Open
jeffmax opened this issue Apr 1, 2016 · 1 comment
Open

Comments

@jeffmax
Copy link
Contributor

jeffmax commented Apr 1, 2016

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.

@blakedewey
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants