EBean ORM support [ebean] module
This module is for the Play 1.x series only.
Adds Ebean ORM to play!. Still in very experimental phase.
https://github.com/lyubo/play-ebean
Written by Lyubomir Ivanov.
Published releases
1.0.6 | Jan 12 2012 | Documentation | Try Play |
1.0.5 | Oct 27 2011 | Documentation | Try Play |
1.0.4 | Mar 23 2011 | Documentation | Try Play |
1.0.2 | Jun 01 2010 | Documentation | Try Play |
1.0.1 | Apr 29 2010 | Documentation | Try Play |
1.0 | Apr 20 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install ebean-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> ebean {version}