Mongodb

Getting Started with MongoDB

In this post, we are going to go through some basic concepts of MongoDB and will Perform CRUD operations on console. What is MongoDB? MongoDB is an open-source database management system (DBMS). It is based on a document-oriented database. it is a NoSQL database, which means it doesn’t store data in tables and rows as in relational databases. It stores data in JSON-like documents which can be very…Read More