MongoJS is a Node.
I have a collection like this: { 'datetime': some-date, 'lat': '32.00', 'lon': '74.00' }, { 'datetime': some-date, 'lat': '32.00', 'lon': …
node.js mongodb mongojsI have been having trouble inserting an actual datetime object in mongodb using the mongojs driver for nodejs. Any help? …
node.js mongodb mongojsHi I am trying to use the Async module to retrieve two users and do some processing after they have …
javascript node.js asynchronous mongojsI'm using mongojs and I'm trying to iterate over all elements in a collection index = 0 db.keys.find({}, {uid: 1, _id: 0}).…
javascript mongodb coffeescript iterator mongojsI have a document "owner" that can have "n" number of camps and camps have "instructors" and instructors have "classes". …
javascript node.js mongodb mongojsI'm writing an application where I use express, Node.js and MongoDB (using mongojs). I have a module db.js …
javascript node.js mongodb express mongojsMajor Questions Currently I'm very confused, the main questions are: What is the use of Mongoose/Mongojs? What would be …
node.js mongoose mongojsDoes anyone have a good approach for a query against a collection for documents that are older than 30 seconds. I'm …
javascript mongodb mongodb-query mongojs