How to Generate a UML Block Diagram of Ecto Database: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
(Created page with "The ecto_erd module lets you generate a block diagram image of your schema by only using a few easy commands. https://github.com/fuelen/ecto_erd")
 
No edit summary
 
Line 1: Line 1:
The ecto_erd module lets you generate a block diagram image of your schema by only using a few easy commands.
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
https://github.com/fuelen/ecto_erd

Latest revision as of 16:12, 5 April 2024

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