dicom-anon icon indicating copy to clipboard operation
dicom-anon copied to clipboard

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

Open jeffmax opened this issue 8 years ago • 1 comments

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.

jeffmax avatar Apr 01 '16 21:04 jeffmax

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.

blakedewey avatar Apr 02 '16 00:04 blakedewey