View Source EctoMermaid (ecto_mermaid v0.1.0)

Ecto Mermaid is an Ecto extension that lets you create Entity Relationship Diagrams for your Repos using the mix ecto.mermaid task

For now only Postgres and SQLite 3 repos are supported

For more information check the ecto.mermaid documentation.

Summary

Functions

@spec build_erd(module(), Path.t()) :: :ok | {:error, String.t()}