co-mongo
co-mongo copied to clipboard
A mongodb wrapper that plays nicely with co.
change mongodb version in dependencies, due to mongodb 1.x cannot connect remote mongo database 3.x
I am executing below code around 1Million times and Memory consumed by "insert" gradually get increased and program aborted when all memory consumed. var item = yield productsCollection.insert( p );...
ok, this issue should be fixed easily and don't need to update "node-mongodb-native". bulk is supported in api 1.4.x, but doesn't work with co-mongo. we need support something like this:...
Hey, Cool module. Would you mind updating your npm dependency to "mongodb": "~1.4.29" so that it can support MongoDb v 3.*. You can see the docs here where this is...
Changed mongodb's version to "~1.4.29" to support MongoDb v 3.
Cause collection.remove is deprecated, can we please map "deleteOne" and "deleteMany"?
This update is really important. The latest native bson works on node 1.11.x now.
This allows you to override the mongodb version used in the module