3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +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;