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

Simple and compact API for MongoDB

Results 7 mongo-lite issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 0.9.9 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

Here is a summary of the error on stack overflow. http://stackoverflow.com/questions/18262258/accessing-2-collections-from-the-same-db-connection-using-mongo-lite-results-i/18262366?noredirect=1#18262366

Hey, I can't seem to figure out how to use `$set` with mongo-lite. There's nothing in the docs, and I haven't been able to get it working in my tests...

I can't select specific columns from the result set. It always continue to return the whole document. What i mean is if i have a collection with three fields and...

"A Server or ReplSet instance cannot be shared across multiple Db instances" doesn't really tell me the root issue, which is that I was unable to connect in the first...

edb.boxes.group({ key : { userid:true,date:true }, initial : {count:0}, cond : {userid:1352992610212}, reduce : function(obj,prev){ prev.count++; }, },function(d){ res.json(d); }); --- /Users/queenyjina/_Workspace/nodejs/cocacola.napper.in/node_modules/mongo-lite/node_modules/mongodb/lib/mongodb/connection/server.js:359 throw err; ^ TypeError: undefined is not a...