mongojs
mongojs copied to clipboard
Node.js module that implements the offical mongo api
they now have 2.1 + drivers that support promises etc. with so many differnet options it would help to know what the key points are.
I saw a similar issue (#290) but I'm not very clear how this module is different from https://www.npmjs.com/package/mongodb. Would be great to document why a developer would choose this module...
I am facing this issue since long and yet to find the solution. Can anyone help me out? We are using MongoDB version 3.2.20, node 6.11 and MongoDB NPM 1.4.28....
Hi guys! I need help. I'm trying to make a query, but the array is empty and I can not see the error in my code. The data is getting...
Hi, To support SSL (X509 certificate based) mongoDB connection, I have upgraded mongojs version from 0.14.1 to 2.4.0 but its throwing following error: [Error] Error: invalid ObjectId, ObjectId.id must be...
If you bring the db down for over 30 seconds, mongojs does not recover or reconnect. Db.on('error') is never fired. Test code: ``` 'use strict'; let mongojs = require('mongojs'); let...
```livescript iso = get-iso new Date! query = iso : $lte: iso err, items
I am trying use this in my project but after i finished installing using this command npm install mongojs then i code in this in the app var mongojs=require('mongojs'); etc......
I have tried: var db = mongojs("username:[email protected]:8080/dbname", []); but did not work.