UNPKG

88 BJavaScriptView Raw
1const knex = require('./knex')
2
3module.exports = async () => {
4 await knex.destroy()
5}