CRUD operations in MongoDB
In this blog I will be covering the CRUD operations on a database in MongoDB with examples.
Instead of records, MongoDB has documents. You have collections instead of tables.Let us see how to perform CRUD operations in MongoDB.
Use show dbs to show t...
shaliniblog.hashnode.dev2 min read
Parth Mandale
Open Source and Web3 Enthusiast
This will be really helpful when I will start learning MongoDB