This is a module for the Play Framework 2.5, 2.6, 2.7, 2.8, 2.9 and 3.0, enabling support for ReactiveMongo – a reactive, asynchronous and non-blocking Scala driver for MongoDB.
Learn more:
The documentation is available online.
- Complete documentation and tutorials
- Search or create issues on GitHub
- Get help in the ReactiveMongo Google Group or Stack Overflow
- Contribute
ReactiveMongo for Play can be built from this source repository.
sbt publishLocal
To run the tests, use:
sbt test
As of Play 2.4, a JDK 1.8+ is required to build this plugin.