Generate Entity Relationship (ER) Diagrams from SQL Pro
- Install graphviz
- brew install graphviz
- Go to sql pro and file -> export -> dot and save it as a .dot file
- Run the following command on the terminal -
- dot -Tsvg Desktop/employeeTest.dot > Desktop/employeeTest.svg
- Open the svg file in Chrome.
Your ER diagram is ready :)
Sample test ER diagram
Comments
Post a Comment