mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
Add new schema
This commit is contained in:
parent
8346db2b74
commit
1abde414be
7 changed files with 202 additions and 106 deletions
|
@ -19,7 +19,8 @@ let db: Database.Database;
|
|||
|
||||
app.prepare().then(() => {
|
||||
// Open the SQLite database connection
|
||||
const sqlite = new Database(`${environment.CONFIG_PATH}/db/db.sqlite`, { verbose: console.log });
|
||||
// const sqlite = new Database(`${environment.CONFIG_PATH}/db/db.sqlite`, { verbose: console.log });
|
||||
const sqlite = new Database(`${environment.CONFIG_PATH}/db/db.sqlite`);
|
||||
const db = drizzle(sqlite);
|
||||
|
||||
// Main server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue