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

Community contributed extensions

Database module [db] module

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 Nicolas Leroux.

Published releases

db-1.0.1 ★ Jul 24, 2010 Documentation Download
db-1.1.1   Jul 24, 2010 Documentation Download
db-1.1   May 16, 2010 Documentation Download
db-1.0   May 16, 2010 Documentation Download

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

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.