I've run into a few cases with WordPress installs with Bluehost where I've encountered errors with m
If you have subdocument arrays, Mongoose automatically creates ids for each one. Example: { _id: "mainId"
I have a database wrapper class that establishes a connection to some MongoDB instance: async connect(connect
In my MongoDB, I have a student collection with 10 records having fields name and roll. One record of this col
I have a basic node.js app that I am trying to get off the ground using Express framework. I have a views fol
FBFriendModel.find({ id: 333 }, function (err, docs) { docs.remove(); //Remove all the documents that
I'm using the node-mongodb-native driver with MongoDB to write a website. I have some questions about ho
Example: > db.stuff.save({"foo":"bar"}); > db.stuff.find({"foo":"bar"}).count(); 1 > db.stuff.find(
I'm building an app using meteor.js and MongoDB and I have a question about cursor.forEach(). I want to c
I have been very excited about MongoDb and have been testing it lately. I had a table called posts in MySQL wi
I want to set up user name & password authentication for my MongoDB instance, so that any remote access wi
Suppose you have the following documents in my collection: { "_id":ObjectId("562e7c594c12942f08fe4192"),
Perhaps it's the time, perhaps it's me drowning in sparse documentation and not being able to wrap m
I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.
I am using my new mac for the first time today. I am following the get started guide on the mongodb.org up unt
Is there a way to tell Mongo to pretty print output? Currently, everything is output to a single line and it&a
I'm new to MongoDB--coming from a relational database background. I want to design a question structure w
I can't find anywhere it has been documented this. By default, the find() operation will get the records
I am stuck between these two NoSQL databases. In my project I will be creating a database within a database.
My table is: id home datetime player resource 1 10 04/03/2009 john 399 2 11 04/03/2009 juliet 244 5 12 04/03/