• Stars
    star
    410
  • Rank 103,681 (Top 3 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created almost 12 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿƒ ReactiveMongo plugin for Playframework

ReactiveMongo for Play Framework

This is a module for the Play Framework 2.5, 2.6 and 2.7, enabling support for ReactiveMongo โ€“ a reactive, asynchronous and non-blocking Scala driver for MongoDB.

Maven Javadocs

Learn more:

The documentation is available online.

Build manually

ReactiveMongo for Play 2 can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

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

CircleCI