Rel_kit.Schema_diagram
Entity-relationship diagrams from Rel.Table.t
values.
val pp_dot :
?rankdir:string ->
unit ->
Stdlib.Format.formatter ->
Rel.Table.v list ->
unit
pp_dit ~rankdir () ppf ts
dumps writes entity relationship diagram in dot format on ppf
using direction rankdir
(defaults to BT
).
This can be rendered to many formats. For example SVG with dot -Tsvg
.