mongojs icon indicating copy to clipboard operation
mongojs copied to clipboard

Node.js module that implements the offical mongo api

Results 27 mongojs issues
Sort by recently updated
recently updated
newest added

I am trying to connect to mongo atlas cluster but I got the following error: ``` Error [MongoError]: failed to connect to server [:27017] on first connect [Error: getaddrinfo ENOTFOUND...

### **BUG** Synk.io is reporting Vulnerability for this library, One of the dependence library `[email protected]` has Vulnerability. please update your dev dependency `[email protected]` to `[email protected]` which uses transitive dependency `ansi-regex`...

Could not connect with aws documentdb. Could anyone provide an example?

Hiya, It would be extremely useful if one could import mongojs in a native typescript way, i.e. `import * as mongojs from 'mongojs'`, however, a type definition file is not...

is this compatible with the latest hapi js 18?

mongojs version: 2.6.0 mongodb version: 3.6.4 Mongojs does not support key names containing '.', even though MongoDB now supports key names containing '.'. (see https://docs.mongodb.com/manual/reference/limits/#Restrictions-on-Field-Names) ```var mongojs = require('mongojs'); var...

https://docs.mongodb.com/manual/reference/collation/ Currently, the cursor functions provided by mongojs are as follows. ![image](https://user-images.githubusercontent.com/10924072/49711745-6ed2ee00-fc84-11e8-9ada-ba85c9fc50dd.png) I want to use this. ``` db.myColl.find( { category: "cafe" } ).collation( { locale: "fr" } ) ```

I try to connect to mlab database by using the link provided when i run thehttp://localhost:3000/api/feedbacks then i got this error bellow from the console MongoError: failed to connect to...

We were using mongojs version 0.18.2 and node version 4.4.0 and the connection string we used was mongodb://dbName:userId@a:27018,b:27018,c:27018/dbName?readPreference=secondaryPreferred&maxStalenessSeconds=120 The connection was successful and all the writes were going to primary...

Ready for SCRAM-SHA-256 (and more)?