fuelen / ecto_erd

A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Apache License 2.0
215 stars 15 forks source link

Include database indexes in the ERD #28

Closed yoonwaiyan closed 2 years ago

yoonwaiyan commented 2 years ago

Hi there, thanks for the great work on this library!

Apart from supporting Mermaid generation which from my understanding it's currently work in progress, I would like to also make a request to support the inclusion of database indexes in the ERD 🙏

fuelen commented 2 years ago

Hi @yoonwaiyan

Thank you for the suggestion, but such feature is not possible to implement, as information about database indexes is not defined in Ecto schemas.