Viewing the Diagram¶
Once erdify produces a .puml file, render it online, locally, or in your editor.
Online¶
- Copy the generated
.pumlcontent - Paste at PlantUML Web Server
Local with PlantUML¶
# Install PlantUML (macOS)
brew install plantuml
# Generate PNG
plantuml erd.puml
# Generate SVG
plantuml -tsvg erd.puml
VS Code Extension¶
Install the PlantUML extension for live preview.