mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
const knexfile = require("../knexfile");
|
|
import knex from "knex";
|
|
|
|
const db = knex(knexfile);
|
|
|
|
export default db;
|