jpvantelon/mysql-workbench-schema-exporter

MySQL Workbench Schema Exporter (modified by jpvantelon)

v2.1.6.2 2015-11-26 13:50 UTC

README

What is MySQL Workbench Schema Exporter?

MySQL Workbench Schema Exporter is a library to transform the MySQL Workbench model (*.mwb) to useful another schemas.

It is forked from johmue/mysql-workbench-schema-exporter.

Usage

  1. Copy config/export.json.example to config/export.json

  2. Edit config/export.json according to your needs (see upstream documentation)

    1. On Windows, call bin/generate.bat <MODEL_PATH> <DESTINATION_PATH>
    2. On Linux, call bin/generate.sh <MODEL_PATH> <DESTINATION_PATH>

Additional help

See here and upstream README.md