db.js 96 Bytes Raw Blame History Permalink 1 2 3 4 const Datastore = require('nedb') const db = new Datastore('../db/user.db') module.exports = db