Community contributed extensions

Database module [db] module

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

Export your Play! domain model to a DDL file and import a database into your Play! domain model. Please refer to the documentation for more information. The 1.1 version is for the Play! 1.1 branch while the 1.0 is for the 1.0 Play! branch.

http://github.com/pepite/play--database

Written by Bisheng Liu, Nicolas Leroux.

Published releases

1.1.1 Jul 24 2010 Documentation Try Play
1.0.1 Jul 24 2010 Documentation Try Play
1.0 May 16 2010 Documentation Try Play
1.1 May 16 2010 Documentation Try Play

To install locally this module use the install command:

play install db-{version}

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

require:
        - play -> db {version}