MongoDb Basics
Introduction of MongoDB
MongoDB is open source document oriented and NoSQL database. MongoDB is written in C++ language.
Basic Terms related to MongoDB
Database : A Database is a bucket which stores collections.
Collection : A collection is a group ...
piyushlundblogs.hashnode.dev2 min read