|
4 | 4 | FAQ
|
5 | 5 | ===
|
6 | 6 |
|
| 7 | +.. facet:: |
| 8 | + :name: genre |
| 9 | + :values: reference |
| 10 | + |
| 11 | +.. meta:: |
| 12 | + :keywords: troubleshooting, question, support |
| 13 | + |
7 | 14 | .. contents:: On this page
|
8 | 15 | :local:
|
9 | 16 | :backlinks: none
|
10 | 17 | :depth: 2
|
11 | 18 | :class: singlecol
|
12 | 19 |
|
13 |
| -What if I can't connect to a MongoDB instance? |
14 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 20 | +On this page, you can find frequently asked questions and their corresponding answers. |
| 21 | + |
| 22 | +.. tip:: |
| 23 | + |
| 24 | + If you can't find an answer to your question on this page, see the |
| 25 | + :ref:`kotlin-issues-and-help` page for information on how to report issues. |
| 26 | + |
| 27 | +Why Am I Having Problems Connecting to a MongoDB Instance? |
| 28 | +---------------------------------------------------------- |
15 | 29 |
|
16 | 30 | If you have trouble connecting to a MongoDB deployment, see
|
17 | 31 | the :ref:`Connection Troubleshooting Guide <kotlin-connection-troubleshooting>`
|
18 | 32 | for possible solutions.
|
19 | 33 |
|
20 |
| -How Is the Kotlin Driver Different from Kmongo? |
| 34 | +How is the Kotlin Driver Different from KMongo? |
21 | 35 | -----------------------------------------------
|
22 | 36 |
|
23 | 37 | The Kotlin driver is the official MongoDB driver for Kotlin. It is
|
@@ -51,6 +65,22 @@ key differences:
|
51 | 65 |
|
52 | 66 | For more detailed information, see :ref:`Migrate from KMongo <kotlin-migrate-kmongo>`.
|
53 | 67 |
|
| 68 | +What is the Difference Between the Kotlin Driver and the Kotlin SDK? |
| 69 | +-------------------------------------------------------------------- |
| 70 | + |
| 71 | +MongoDB supports both mobile and server-side development in Kotlin. If |
| 72 | +you are developing a mobile application for Android or Kotlin |
| 73 | +Multiplatform (KMP), you can use the :realm:`MongoDB |
| 74 | +Atlas Device Kotlin SDK </sdk/kotlin/>` to access Atlas App Services and |
| 75 | +to manage your Realm data. |
| 76 | + |
| 77 | +The {+driver-short+} supports server-side development by providing a |
| 78 | +complete library for building idiomatic Kotlin applications. You can |
| 79 | +learn how to develop asynchronous applications in this documentation for |
| 80 | +the Kotlin Coroutine Driver, or you can view the :driver:`Kotlin Sync |
| 81 | +Driver documentation </kotlin-sync/>` to learn more about synchronous |
| 82 | +programming. |
| 83 | + |
54 | 84 | .. _kotlin-faq-connection-pool:
|
55 | 85 |
|
56 | 86 | How Does Connection Pooling Work in the Kotlin Driver?
|
@@ -129,11 +159,5 @@ When ``MongoClient.close()`` is called by any thread, the driver
|
129 | 159 | closes all idle sockets and closes all sockets that are in
|
130 | 160 | use as they are returned to the pool.
|
131 | 161 |
|
132 |
| -To learn more about connecting to MongoDB, refer to the :ref:`Connection Guide <connect-to-mongodb>`. |
133 |
| - |
134 |
| -Support |
135 |
| -------- |
136 |
| - |
137 |
| -If you are unable to find the answer to your question here, try our forums and |
138 |
| -support channels listed in the :doc:`Issues and Help <issues-and-help>` |
139 |
| -section. |
| 162 | +To learn more about connecting to MongoDB, see the :ref:`Connection |
| 163 | +Guide <connect-to-mongodb>`. |
0 commit comments