Converting MySQL Workbench to Play-Evolution for Initial Development
about1mins to read
Overview
Play Framework's DB migration tool, Evolution, requires preparing DB definition files in its own notation.
Since MySQL Workbench allows us to easily create EER diagrams, we created a script to convert them into files usable by Evolution.
Usage
Please check the details on GitHub, where the script is uploaded.