CRUD refer to the Create/Insert, Read, Update and Delete operations. All the operations that we need for creating, reading, updating & deleting are available on collection. Create Operations: The create or insert operations are used to insert or add new documents in the collection. If a collection does not exist, then it will create a … Continue reading MongoDB CRUD
Category: MongoDB
What is MongoDB? MongoDB is an open-source report database, and heading NoSQL database. MongoDB is written in C++, C and JavaScript. MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. MongoDB is a cross-stage, archive arranged database that gives, superior, high … Continue reading MongoDB Introduction