Is there a way to dump data (generated with the CRUD) into a yml data file?
This feature is available in Rails, Django, etc…
I find that the best way to create data and respect relationships is throught the CRUD admin
There’s nothing about it in the Play! Yaml Documentation
I will add that it would be nice if possible to dump while using the mem (or fs) databases, though this means it cannot be done with a “play” command but could be done through a special Route maybe?
In short:
- is there any existing ‘dump’ code in Play! ?
- is it possible to dump via a
$play dumpdatacommand? - is it possible to dump via special Route?
Sounds like you want the logisimayml module.
You should have a look through the Play Modules page. Lots of great stuff there.