mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
var mongoskin = require('../lib/mongoskin/');
|
|
|
|
require('myconsole').replace();
|
|
|
|
exports.db = mongoskin.db('localhost/test');
|