Expand description
Output format implementations for ERD visualization.
Structs§
- Column
Json - JSON representation of a column
- ErdJson
- JSON representation of the ERD
- ErdStats
- ERD statistics
- Relationship
Json - JSON representation of a relationship
- Table
Json - JSON representation of a table with full column details
Enums§
- Layout
- Layout direction for diagram
- Output
Format - Output format for ERD export
Functions§
- to_dot
- Generate DOT format output with ERD-style tables showing all columns
- to_html
- Generate interactive HTML with embedded Mermaid ERD and dark/light mode toggle
- to_json
- Generate JSON output from a graph view
- to_
mermaid - Generate Mermaid erDiagram from a graph view