Files
deployd/lib/db.js
2012-03-07 16:14:47 -07:00

8 lines
146 B
JavaScript

/**
* The unrestriced / private interface to the database.
*/
module.exports = require('mdoq')
.require('mdoq-mongodb')
.use('localhost')
;