Restructured and organized the whole project, fixed SQLite database handler (now using better-sqlite3), made first model functions to interact with the database

This commit is contained in:
Gu://em_ 2025-03-10 22:51:57 +01:00
parent 99591a7191
commit 0ee5eedcfd
14 changed files with 140 additions and 854 deletions

View file

@ -2,7 +2,6 @@
"port": 8000,
"database": {
"type": "sqlite",
"filename": "./mydb.sqlite"
"type": "sqlite"
}
}