eralchemy

Generate entity-relationship diagrams from database models

brewmacoslinux
Try with needOr install directly
Source

About

Simple entity relation (ER) diagrams generation

Commands

eralchemy

Examples

Generate ER diagram from SQLAlchemy models$ eralchemy -i sqlite:///database.db -o diagram.png
Create diagram from Python model file$ eralchemy -i models.py -o er_diagram.pdf
Generate SVG diagram from database connection string$ eralchemy -i postgresql://user:password@localhost/dbname -o schema.svg