jpvantelon / mysql-workbench-schema-exporter
MySQL Workbench Schema Exporter (modified by jpvantelon)
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 128
Open Issues: 0
Requires
- php: >=5.3.0
- doctrine/inflector: ^1.1
- symfony/yaml: ^2.7
This package is not auto-updated.
Last update: 2024-10-26 18:28:10 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
-
Copy
config/export.json.example
toconfig/export.json
-
Edit
config/export.json
according to your needs (see upstream documentation) -
- On Windows, call
bin/generate.bat <MODEL_PATH> <DESTINATION_PATH>
- On Linux, call
bin/generate.sh <MODEL_PATH> <DESTINATION_PATH>
- On Windows, call