mirror of
https://github.com/sstent/node_app.git
synced 2026-01-27 15:41:57 +00:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
var mongoskin = require('../lib/mongoskin/');
|
|
|
|
exports.db = mongoskin.db('localhost/test');
|
|
|
|
mongoskin.db('localhost', { database: 'test' });
|