File tree Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Expand file tree Collapse file tree 9 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 44API Documentation
55=================
66
7+ .. meta::
8+ :description: Read the API documentation for the {+driver-long+} and related packages.
9+
710- `BSON <{+api+}/apidocs/bson/index.html>`__ - classes for working with the
811 BSON data format.
912- `BSON Record Codec <{+api+}/apidocs/bson-record-codec/index.html>`__ -
Original file line number Diff line number Diff line change 22Fundamentals
33============
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn how to use the (+driver-long+} to run commands on MongoDB.
67
78.. toctree::
89 :titlesonly:
Original file line number Diff line number Diff line change 22Read Operations
33===============
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}.
67
78- :doc:`/fundamentals/crud/read-operations/retrieve`
89- :doc:`/fundamentals/crud/read-operations/cursor`
Original file line number Diff line number Diff line change 22Write Operations
33================
44
5+ .. meta::
6+ :description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.
7+
58- :doc:`/fundamentals/crud/write-operations/insert`
69- :doc:`/fundamentals/crud/write-operations/delete`
710- :doc:`/fundamentals/crud/write-operations/modify`
Original file line number Diff line number Diff line change 22Data Formats
33============
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn how to convert between MongoDB and Java data formats by using the {+driver-long+}.
67
78- :doc:`/fundamentals/data-formats/document-data-format-bson`
89- :doc:`/fundamentals/data-formats/document-data-format-extended-json`
Original file line number Diff line number Diff line change 22Delete Operations
33=================
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn by example: how to delete data from MongoDB by using the {+driver-long+}.
67
78- :doc:`Delete a Document </usage-examples/deleteOne>`
89- :doc:`Delete Multiple Documents </usage-examples/deleteMany>`
@@ -12,4 +13,4 @@ Delete Operations
1213
1314 /usage-examples/deleteOne
1415 /usage-examples/deleteMany
15-
16+
Original file line number Diff line number Diff line change 22Find Operations
33===============
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn by example: how to create queries and retrieve data from MongoDB by using the {+driver-long+}.
67
78- :doc:`Find a Document </usage-examples/findOne>`
89- :doc:`Find Multiple Documents </usage-examples/find>`
Original file line number Diff line number Diff line change 22Insert Operations
33=================
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn by example: how to insert data into MongoDB by using the {+driver-long+}.
67
78- :doc:`Insert a Document </usage-examples/insertOne>`
89- :doc:`Insert Multiple Documents </usage-examples/insertMany>`
Original file line number Diff line number Diff line change 22Update & Replace Operations
33===========================
44
5- .. default-domain:: mongodb
5+ .. meta::
6+ :description: Learn by example: how to update and replace data in MongoDB by using the {+driver-long+}.
67
78- :doc:`Update a Document </usage-examples/updateOne>`
89- :doc:`Update Multiple Documents </usage-examples/updateMany>`
You can’t perform that action at this time.
0 commit comments