#learning
Read more stories on Hashnode
Articles with this tag
Create db.people.insert({name: 'Harry', age: 25}); or db.people.save({name: 'Harry', age: 25}); The difference with save is that if the passed...
MongoDB Getting Started What is MongoDB? MongoDB is a document database. It stores data in a type of JSON format called BSON. A record in MongoDB is...