mongoq
mongoq copied to clipboard
Use mongoDB like this: mongoq('mongodb://localhost/db').collection('users').find().toArray(function(error, docs){});
Results
2
mongoq issues
Sort by
recently updated
recently updated
newest added
hi folks, Can anyone help me with: howto set the readPreferences when using replicaSets with mongoq. Settings e.g: mongoq("mongodb://localhost:27017,localhost:27018,localhost:27019/mydb") So i need to have the Read's to one of the...
How to manage multiple connections? I don't get it. What is the pool size? I want to use the same connection for all databases, how can I do that? ```...