mongode
mongode copied to clipboard
Thin wrapper around node-mongodb-native that provides a simpler alternative calling style and provides collection binding.
Results
2
mongode issues
Sort by
recently updated
recently updated
newest added
How do I use Grid() with this? Is it like this? ``` var db = mongode.connect('mongodb://localhost/test'); var mongoFile = db.grid(db, 'fs'); mongoFile.put(buffer, {}, function (err, res) {}); ```
db.close() does not exist...