Sequel Pro Export diagrams, visualize your database

Reprinted from: https://blog.csdn.net/weixin_43822457/article/details/93651640

 

Tutorial link: https: //nicolaswidart.com/blog/exporting-relations-diagram-from-sequel-pro

Simple steps:

Use homebrew installation
BREW install Graphviz
Sequel Pro select Export ...

 

 Select the dot format, select the table, export

3. In the terminal cd to place dot files are stored, modified to your file name enter the command:
dot -Tsvg database_name.dot> database_name.svg

4. svg format images generated successfully completed.

Guess you like

Origin www.cnblogs.com/hd92/p/12084689.html