File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 1-
2- ====
3- CRUD
4- ====
1+ ===============
2+ CRUD Operations
3+ ===============
54
65.. default-domain:: mongodb
76
87.. toctree::
8+ :caption: CRUD Operations
99 :titlesonly:
1010 :maxdepth: 1
1111
12- /fundamentals/crud/read
13-
12+ CRUD (Create, Read, Update, Delete) operations allow you to work with
13+ the data stored in MongoDB.
14+
15+ The CRUD operation documentation is categorized in two sections:
16+
17+ ..
18+ - :doc:`Read Operations </fundamentals/crud/read>` find and return
19+ documents stored within your MongoDB database.
20+ - :doc:`Write Operations </fundamentals/crud/write>` insert, modify,
21+ or delete documents in your MongoDB database.
22+
23+ ..
24+ Some operations combine aspects of read and write operations. See our
25+ guide on :doc:`compound operations </fundamentals/crud/compound-operations>`
26+ to learn more about these hybrid methods.
You can’t perform that action at this time.
0 commit comments