File size: 96 Bytes
3206347 |
1 2 3 4 5 |
import { Model } from 'objection';
import { client } from './database.js';
Model.knex(client);
|
3206347 |
1 2 3 4 5 |
import { Model } from 'objection';
import { client } from './database.js';
Model.knex(client);
|