AshDiagram.EntityRelationship (AshDiagram v0.2.1)
View SourceProvides functions to handle Mermaid Entity Relationship Diagrams.
Summary
Types
@type config() :: map()
@type direction() :: :right_left | :left_right | :bottom_top | :top_bottom
@type t() :: %AshDiagram.EntityRelationship{ config: config() | nil, direction: direction() | nil, entries: [ AshDiagram.EntityRelationship.Entity.t() | AshDiagram.EntityRelationship.Relationship.t() ], title: iodata() | nil }