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