WIP: update to include sectors!
[browser-rts.git] / src / lib / db.ts
index 5964ca9e7ca774d5789c4a0bd057925ede292660..e17185937dd4d9123bbc4f0932b729061995ac2a 100644 (file)
@@ -3,7 +3,7 @@ import knex from 'knex';
 export const db = knex({
        client: 'better-sqlite3',
        connection: {
-               filename: './data.sql'
+               filename: './data.db'
        },
        debug: true
 });