We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd37de commit 3a35f4dCopy full SHA for 3a35f4d
source/fundamentals/connection/connect.txt
@@ -96,6 +96,13 @@ verify that the connection is successful:
96
.. literalinclude:: /code-snippets/connection/stable-api-connect.js
97
:language: javascript
98
99
+.. note::
100
+
101
+ The {+driver-short+} automatically calls the ``MongoClient.connect()``
102
+ method when using the client to perform CRUD operations on your MongoDB deployment.
103
+ Call the ``MongoClient.connect()`` method explicitly if you want to verify that the
104
+ connection is successful.
105
106
To learn more about the Stable
107
API feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
108
0 commit comments