Improved ships lib with ships db caching
This commit is contained in:
parent
68c457964a
commit
7008c91c6f
10 changed files with 170 additions and 32 deletions
|
@ -4,6 +4,7 @@ import Database from 'better-sqlite3';
|
|||
const allMigrations = [
|
||||
'database/000_init.sql',
|
||||
'database/001_systems.sql',
|
||||
'database/002_ships.sql',
|
||||
];
|
||||
|
||||
const db = new Database(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue