[node] Big Ships lib refactoring
This commit is contained in:
parent
a58394230d
commit
234770b611
27 changed files with 500 additions and 589 deletions
|
@ -1,5 +1,5 @@
|
|||
import { DbData, db } from './db.ts';
|
||||
import { Market } from '../model/market.ts';
|
||||
import { Market } from '../lib/types.ts';
|
||||
import { systemFromWaypoint } from '../lib/utils.ts';
|
||||
|
||||
const addMarketStatement = db.prepare(`INSERT INTO markets(system, data) VALUES (?, json(?));`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue