[javascript] Implementing market data gathering and caching
This commit is contained in:
parent
0377c99a54
commit
1b1df83ffd
4 changed files with 65 additions and 7 deletions
|
@ -6,6 +6,7 @@ const allMigrations = [
|
|||
'database/001_systems.sql',
|
||||
'database/002_ships.sql',
|
||||
'database/003_surveys.sql',
|
||||
'database/004_markets.sql',
|
||||
];
|
||||
|
||||
const db = new Database(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue