/Play-ReactiveMongo

ReactiveMongo plugin for Playframework

Primary LanguageScalaApache License 2.0Apache-2.0

ReactiveMongo Support to Play! Framework 2.4

This is a plugin for Play 2.4, enabling support for ReactiveMongo - reactive, asynchronous and non-blocking Scala driver for MongoDB.

Usage

In your project/Build.scala:

// only for Play 2.4.x
libraryDependencies ++= Seq(
  "org.reactivemongo" %% "play2-reactivemongo" % release)

Maven Central

Build manually

ReactiveMongo for Play2 can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Travis build status

As for Play Framework 2.4, a JDK 1.8+ is required to build this plugin.

Learn More