node-mongodb icon indicating copy to clipboard operation
node-mongodb copied to clipboard

mongodb bindings for node.js

Results 12 node-mongodb issues
Sort by recently updated
recently updated
newest added

An update is needed to support Node's new callback API.

I'm getting the test on line 95 of tests/test-mongo.js as failing, I've checked what it should be getting against what's in the database, and figured out this patch: ``` From...