db.server.ts 105 B

123456
  1. import knex from "knex";
  2. import config from "../knexfile";
  3. const db = knex(config);
  4. export default db;