This a plugin for MySQL Workbench Community Edition 6.x. This plugin allows you to generate an HTML data dictionary from the database schema selected in the application.
- git pull the following repository
- Open MySQL Workbench.
- Select the option Scripting → Install Plugin/Module.
- Browse to the repo directory and select the file datadict_script.py.
- After the success message, click on OK and restart Mysql Workbench.
- Open a database model file or create a new one (File → New Model).
- Go to Tools → Catalog → Generate HTML Data Dictionary .
Note that if your Model file has several schemas, you'll have to select the schema for which you want to generate the data dictionary first. To do this:
- Click on the MySQL Model tab.
- In the Physical Schemas section, click on the tab of a schema.
- Generate the data dictionary.
After this, an HTML data dictionary will be generated and displayed in your Web browser.