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:
parent
99591a7191
commit
0ee5eedcfd
14 changed files with 140 additions and 854 deletions
|
|
@ -2,7 +2,6 @@
|
|||
"port": 8000,
|
||||
|
||||
"database": {
|
||||
"type": "sqlite",
|
||||
"filename": "./mydb.sqlite"
|
||||
"type": "sqlite"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue