casket/.gitignore
Nico Fricke c53bdb0ad3 improve sqlite integration
- add BEFORE_DISCONNECT and AFTER_CONNECT to run some pragmas on connection creation and destruction
- add STRICT keyword to create table statements and fix not existing DATETIME in sqlite
- use env::temp_dir to get a temp directory to run the database tests against which should make this runnable on windows as well
- create/update version of FileModel in database when updating it
2025-01-31 09:55:02 +01:00

5 lines
33 B
Plaintext

/target
.idea
casket.sqlite
data