mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-25 16:42:02 +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' });
|