header source
my icon
esplo.net
ぷるぷるした直方体
Cover Image for Converting MySQL Workbench to Play-Evolution for Initial Development

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.

https://github.com/esplo/mysql-workbench-to-play-evolution

Share