Data Modeling
ER Diagrams from SQLAlchemy
★ 4.2
Collaborative Diagramming Platform
★ 4.7
pip install eralchemy2N/A — web application, see lucidchart.compip install eralchemy2N/A — web application, see lucidchart.comData engineers use ERAlchemy to auto-generate ER diagrams from SQLAlchemy model definitions — running `eralchemy -i 'postgresql://user:pass@host/db' -o erd.png` produces an up-to-date diagram from the live database. This is commonly automated in CI/CD to keep schema documentation current with every migration.
Data engineering teams use Lucidchart to maintain living documentation of pipeline architectures and data models. The SQL import feature generates ER diagrams directly from DDL scripts, and Confluence integration embeds up-to-date diagrams in runbooks and design documents that the Python pipeline team references during development and on-call.
Individual Tool Pages