File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ Migrate from KMongo
14
14
Overview
15
15
--------
16
16
17
- In this page, you can identify the changes you need to make to migrate from
18
- the KMongo driver to the official MongoDB Kotlin driver.
17
+ In this page, you can identify the changes you need to make to migrate from the KMongo driver to the official MongoDB Kotlin driver.
19
18
20
19
.. include:: /includes/kmongo-description.rst
21
20
21
+ The MongoDB Kotlin driver is the officially supported and maintained MongoDB driver for
22
+ Kotlin. It is developed by the MongoDB team.
23
+
22
24
This page contains a high-level comparison of most of the ways the drivers differ.
23
25
Although both drivers :ref:`support synchronous and asynchronous operations <kotlin-sync-async-support>`,
24
26
the examples on this page will use asynchronous coroutine-based operations.
You can’t perform that action at this time.
0 commit comments