Community contributed extensions

logisima-yml [logisimayml] module

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

Logisima-yml helps you to export your database into an yml file, just with the following command line : ‘play yml:generate’ !

New features :
- compatible with embedded annotation
- compatible with temporal annotation

Adding a testing application. @See samples-and-tests ...

http://github.com/sim51/logisima-play-yml

Written by BenoƮt Simard.

Published releases

1.8 Feb 01 2012 Documentation Try Play
1.5 Jul 31 2011 Documentation Try Play
1.4 Mar 28 2011 Documentation Try Play
1.3 Feb 17 2011 Documentation Try Play
1.0 Jun 13 2010 Documentation Try Play

To install locally this module use the install command:

play install logisimayml-{version}

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

require:
        - play -> logisimayml {version}