MongoDB.local SF, Jan 15: See the speaker lineup & ship your AI vision faster. Use WEB50 to save 50%
Find out more >
Docs Menu
Docs Home
/ /

MongoDB Kotlin Sync Driver

Welcome to the documentation site for the MongoDB Kotlin Sync Driver, the official MongoDB driver for synchronous Kotlin applications. Download the driver by using Maven or Gradle, or set up a runnable project by following our Quick Start guide.

Tip

Use the Kotlin Coroutine Driver for Asynchronous Processing

If your Kotlin application requires asynchronous processing, use the Coroutine Driver, which uses coroutines for server-side applications.

For a list of new features and changes in each version, see the What's New section.

Learn how you can retrieve data from MongoDB in the Read Data from MongoDB section.

Learn how to work with common types of indexes in the Optimize Queries by Using Indexes section.

Learn how to use the Kotlin Sync driver to perform aggregation operations in the Transform Your Data with Aggregation section.

Learn how to work with specialized data formats and custom types in the Specialized Data Formats section.

For answers to commonly asked questions about the Kotlin Sync driver, see the FAQ section.

For solutions to some issues you might experience when connecting to a MongoDB deployment while using the Kotlin Sync driver, see the Connection Troubleshooting section.

Learn how to report bugs, contribute to the driver, and find more resources for asking questions and receiving help in the Issues & Help section.

For the compatibility charts that show the recommended Kotlin Sync driver version for each MongoDB Server version, see the Compatibility page.

Visit the Developer Hub to learn more about the MongoDB Kotlin Sync Driver.

The Developer Hub provides tutorials and social engagement for developers.

To learn how to use MongoDB features with the Kotlin Sync driver, see the How-Tos and Articles page.

To ask questions and engage in discussions with fellow developers who use the {driver-short}, see the MongoDB communities on Reddit or Stack Overflow.

Next

Connect to MongoDB