Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-36039: surface link to Realm Kotlin SDK #946

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions source/kotlin-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@
Kotlin Sync Driver
==================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: twocols


Introduction
------------

Welcome to the documentation site for the Kotlin Sync Driver, the
official MongoDB driver for synchronous Kotlin applications.

- `API Documentation <{+java-api+}/apidocs/mongodb-driver-kotlin-sync/>`__

- `Source Code <https://github.com/mongodb/mongo-java-driver/tree/master/driver-kotlin-sync/>`__

If you need to make asynchronous calls between your application and MongoDB with
coroutines, use the :driver:`MongoDB Kotlin Coroutine Driver </kotlin/coroutine/current/>`
instead of the Sync Driver.
.. tip:: Other Kotlin Platforms for MongoDB

If your Kotlin application requires asynchronous processing and uses
coroutines, you can use the official :driver:`Kotlin Coroutine Driver
</kotlin/coroutine/current/>` instead of the Sync Driver.

If you are developing an Android or Kotlin Multiplatform (KMP)
application, you can use the :realm:`MongoDB Atlas Device Kotlin SDK </sdk/kotlin/>`
to access Atlas App Services and to manage your Realm data.

Installation
------------
Expand Down
Loading