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 9d7a3d1 commit b0f269eCopy full SHA for b0f269e
source/fundamentals/connection/connect.txt
@@ -95,6 +95,13 @@ verify that the connection is successful:
95
.. literalinclude:: /code-snippets/connection/stable-api-connect.js
96
:language: javascript
97
98
+.. note::
99
+
100
+ The {+driver-short+} automatically calls the ``MongoClient.connect()``
101
+ method when using the client to perform CRUD operations on your MongoDB deployment.
102
+ Call the ``MongoClient.connect()`` method explicitly if you want to verify that the
103
+ connection is successful.
104
105
To learn more about the Stable
106
API feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
107
0 commit comments