XQNode MongoDB module
Usage
//Set default db connection conf = "host": "myhost.tld" "port": 17027 "dbname": "mydb" ; //Create a MongoDB Model var Model = Model; var model = collection: 'myCollection' ;