DEV Community

Discussion on: A-Z: MongoDB Cheat Sheet🌱

Collapse
 
prsaya profile image
Prasad Saya

Good effort πŸ‘.

I would also include the variations of update and delete methods updateMany and deleteMany. Also, countDocuments is useful.

One of the more useful features of using MongoDB is one can develop applications fast, as it allows quick start and prototyping (for example, I can write application code accessing the database and insert data, query it, etc., without creating a database or a collection, and fields explicitly).