Community contributed extensions

LogiSima Play YML



This module allows you to export your database into yml file.

Enable LogiSima Play YML



In the conf/application.conf file, enable the LogiSima Play YML module with this line :




# The logisima play yml module
module.logisima-yml=${play.path}/module/logisima-play-yml

How to export your database ?



To export your database, simply type this command line :




play yml:generate



This create an yml file name “data.yml” into the conf folder of your application.