UNPKG

mongolux

Version:

A light node.js mongodb wrapper. No schemas, no magic, just plain node.js.

9 lines (6 loc) 250 B
'use strict' const connectionFactory = require('./connection') const bootstrap = require('./bootstrap') module.exports.connectionFactory = connectionFactory module.exports.db = bootstrap.getConnection module.exports.bootstrap = bootstrap.bootstrap