Skip to content

Generate GraphViz ERD

1. Install GraphViz CLI

sudo apt install graphviz

Check installations for more details

2. Generate GraphViz ERD content

2. Export to PNG

3. Embeded into Markdown

# Sample GraphViz ERD

![graphviz](./target/output.png)

Sample Output:

graphviz