Skip to main content

Module format

Module format 

Source
Expand description

Output format implementations for ERD visualization.

Structs§

ColumnJson
JSON representation of a column
ErdJson
JSON representation of the ERD
ErdStats
ERD statistics
RelationshipJson
JSON representation of a relationship
TableJson
JSON representation of a table with full column details

Enums§

Layout
Layout direction for diagram
OutputFormat
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