Community contributed extensions

Multiple Databases [multidb] module

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

Multiple Database module for the Play! framework. This module allows you to scale your Play! apps to multiple databases with a common schema.

http://github.com/dcardon/play-multidb

Written by David Cardon.

Published releases

1.2 Aug 31 2010 Documentation Try Play
1.1 Aug 11 2010 Documentation Try Play
1.0 Jul 13 2010 Documentation Try Play

To install locally this module use the install command:

play install multidb-{version}

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

require:
        - play -> multidb {version}