mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 22:01:50 +00:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
![]() |
const knexfile = require("../knexfile");
|
||
|
import * as knex from "knex";
|
||
|
|
||
|
const db = knex(knexfile);
|
||
|
|
||
|
export default db;
|