Navigation
This version of the documentation is archived and no longer supported.

MongoDB CRUD Operations

MongoDB provides rich semantics for reading and manipulating data. CRUD stands for create, read, update, and delete. These terms are the foundation for all interactions with the database.

You can download this section in PDF form as MongoDB CRUD Operations.

MongoDB CRUD Introduction
An introduction to the MongoDB data model as well as queries and data manipulations.
MongoDB CRUD Concepts
The core documentation of query and data manipulation.
MongoDB CRUD Tutorials
Examples of basic query and data modification operations.
MongoDB CRUD Reference
Reference material for the query and data manipulation interfaces.