This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mongodb = require( 'mongodb' ), | |
Server = mongodb.Server, | |
Db = mongodb.Db, | |
MongoModule = {}; | |
MongoModule.setup = function() { | |
// Initialize the db connection | |
var client = new Db( 'tartempion', | |
new Server( | |
'127.0.0.1', |