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 5544797 commit 189034fCopy full SHA for 189034f
source/fundamentals/databases-collections.txt
@@ -36,8 +36,8 @@ Access a Database
36
-----------------
37
38
Use the `getDatabase()
39
-<{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-client/index.html#1790303301%2FFunctions%2F-1409914714>`__
40
-method of a ``MongoClient`` instance to access a ``MongoDatabase`` in a MongoDB
+<{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-cluster/get-database.html>`__
+method on a ``MongoClient`` instance to access a ``MongoDatabase`` in a MongoDB
41
instance.
42
43
The following example accesses a database named ``testDatabase``:
0 commit comments