Community contributed extensions

MongoDB [mongo] module

This module is for the Play 1.x series only.

This module provides a simple, elegant solution for using models stored in mongodb. For a more complex use cases, please take a look at the morphia module.

Version 1.3 addresses many issues raised by the community. Please read the documentation for usage.

http://github.com/louth/play-mongo

Written by Andrew Louth.

Published releases

1.3 Oct 15 2010 Documentation Try Play
1.1 Apr 15 2010 Documentation Try Play

To install locally this module use the install command:

play install mongo-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> mongo {version}