Skip to content
>_devvkit
$devvkit resources --cheatsheet mongodb-cheatsheet

MongoDB Cheatsheet

[databases]

MongoDB is the leading NoSQL document database. Data is stored as BSON documents (similar to JSON) in collections. This cheatsheet covers CRUD operations, query operators, the aggregation pipeline, and indexing strategies.

All commands use the mongosh shell syntax.