Choreo.ERD.Render.DOT (Choreo v0.9.0)

Copy Markdown View Source

DOT (Graphviz) rendering for Choreo.ERD diagrams using HTML-like table nodes.

Summary

Functions

Renders an ERD diagram to a DOT string.

Functions

to_dot(erd, opts \\ [])

@spec to_dot(
  Choreo.ERD.t(),
  keyword()
) :: String.t()

Renders an ERD diagram to a DOT string.