db.js 97 Bytes Raw Blame History Permalink 1 2 3 4 const config = require('./config'); const db = require('monk')(config.db); module.exports = db;