File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,36 @@ MongoDB provides the following methods for inserting :ref:`documents
99
1010.. list-table::
1111 :widths: 35 65
12+ :header-rows: 1
13+
14+ * - Method
15+ - Description
1216
1317 * - :method:`db.collection.insertOne()`
14- - Inserts a single :ref:`document <bson-document-format>` into a
15- collection.
18+ - Inserts a single :ref:`document <bson-document-format>` into a collection.
1619
1720 * - :method:`db.collection.insertMany()`
1821 - Inserts multiple :ref:`documents <bson-document-format>` into a
1922 collection.
2023
24+ If you use {+atlas+}, the fully managed service for MongoDB deployments
25+ in the cloud, you can use these methods to insert documents after
26+ you connect to your cluster.
27+ To learn more, see the following resources in the
28+ {+atlas+} documentation:
29+
30+ - :atlas:`Connect to Your Cluster
31+ </tutorial/connect-to-your-cluster>`
32+ - :atlas:`Insert and View a Document
33+ </tutorial/insert-data-into-your-cluster>`
34+
2135.. _additional-inserts:
2236
2337Additional Methods for Inserts
2438------------------------------
2539
26- The following methods can also add new documents to a collection:
40+ The following methods can also add new documents to a collection,
41+ including collections hosted in {+atlas+}:
2742
2843- :method:`db.collection.updateOne()` when used with the ``upsert:
2944 true`` option.
You can’t perform that action at this time.
0 commit comments