CRUD Operations (original) (raw)

CRUD (Create, Read, Update, Delete) operations allow you to work with the data stored in MongoDB.

The CRUD operation documentation is categorized in two sections:

Some operations combine aspects of read and write operations. See our guide on compound operationsto learn more about these hybrid methods.

You can use the Node.js driver to connect and perform CRUD operations for deployments hosted in the following environments:

To learn more about performing CRUD operations in the Atlas UI for deployments hosted in MongoDB Atlas, see Create, View, Update, and Delete Documents.

Note