How to Generate a UML Block Diagram of Ecto Database

From ElixirBlocks
Revision as of 16:12, 5 April 2024 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The ecto_erd module lets you generate a block diagram image of your schema by only using a few easy commands.

https://hexdocs.pm/ecto_erd/Mix.Tasks.Ecto.Gen.Erd.html

https://github.com/fuelen/ecto_erd