co-mongo icon indicating copy to clipboard operation
co-mongo copied to clipboard

A mongodb wrapper that plays nicely with co.

Results 12 co-mongo issues
Sort by recently updated
recently updated
newest added

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 );...

bug

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:...

seeking pull request

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...

seeking pull request

mongodb dep should be bumped > 2.0 :)

seeking pull request

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"?

seeking pull request

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