mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-20 03:46:38 +00:00
Add new schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user