Umstellung auf sqlite

This commit is contained in:
Carsten Graf
2026-02-11 23:22:11 +01:00
parent ea863e8b10
commit 4beafdf719
4 changed files with 379 additions and 212 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
.env
data/codes.json
data/pending-orders.json
data/*.db
data/*.db-wal
data/*.db-shm
node_modules/
package-lock.json
.DS_Store