3 Commits

Author SHA1 Message Date
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
Nico Fricke
1e2df49ced initial 2025-01-08 15:24:07 +01:00
Nico Fricke
b794efd304 initial 2025-01-08 15:23:32 +01:00