ReactiveMongo is a scala driver that provides fully non-blocking and asynchronous I/O operations.
In your project/Build.scala
:
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % "VERSION"
)
To benefit from the latest improvements and fixes, you may want to compile ReactiveMongo from source. You will need a Git client and SBT.
From the shell, first checkout the source:
$ git clone [email protected]:ReactiveMongo/ReactiveMongo.git
Then go to the ReactiveMongo
directory and launch the SBT build console:
$ cd ReactiveMongo
$ sbt
> +publish-local
Samples: These sample applications are kept up to date with the latest driver version. They are built upon Play 2.3.