How to Generate a UML Block Diagram of Ecto Database

From ElixirBlocks
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