Docs Menu
Docs Home
/ /

MongoDB Scala Driver

On this page

  • Introduction
  • Get Started
  • Databases and Collections
  • What's New
  • Write Data to MongoDB
  • Read Data from MongoDB
  • Transform Your Data with Aggregation
  • Secure Your Data
  • Compatibility
  • Developer Hub

Welcome to the documentation site for the MongoDB Scala Driver, the official MongoDB driver for Scala applications.

Learn how to install the driver, establish a connection to MongoDB, and begin working with data in the Get Started with the Scala Driver tutorial.

Learn how to use the Scala driver to work with MongoDB databases and collections in the Databases and Collections section.

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

Learn how you can write data to MongoDB in the Write Data to MongoDB section.

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

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

Learn how to authenticate your application and encrypt your data in the Secure Your Data section.

To learn about the versions of the MongoDB Server and the C language that are compatible with each version of the Scala driver, see the Compatibility section.

The Developer Hub provides tutorials and social engagement for developers.

To ask questions and engage in discussions with fellow developers who use the Scala driver, see the forums page.

Next

Get Started with the Scala Driver