Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

MongoDB [mongo] module

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

mongo-1.3 ★ Oct 15, 2010 Documentation Download
mongo-1.1   Apr 15, 2010 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.