3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 11:07:19 +00:00
zeppelin/src/knex.ts

6 lines
114 B
TypeScript

const knexfile = require("../knexfile");
import knex from "knex";
const db = knex(knexfile);
export default db;