Generate interactive ER diagrams from PostgreSQL and MySQL connections. Inspect relationships and structure instantly.
Runs inside Data Explorer, no external plugin.
No manual modeling. Open a connection and generate a diagram instantly.


Interactive ER diagram with crow's foot notation — auto-generated from a live database schema.
Designed for real exploration, not static exports. Navigate complex schemas visually and follow relationships instantly.
Complex schemas remain readable. A D3-powered force-directed graph engine arranges tables automatically, and you can tune the layout to fit your schema.
Controls spacing between connected tables. Increase to spread tables apart.
Controls repulsion between tables. More negative values push tables further apart.
Minimum distance between tables to prevent overlap.
Zoom in and out with controls, mouse wheel, or reset to fit all tables.

Adjust link distance, charge strength, and collision radius to optimize layout for dense schemas.
Relationships are displayed using industry-standard crow's foot notation, so diagrams are immediately readable by any database professional.
The most common relationship. One record in the parent table relates to multiple records in the child table.
Example: One customer has many orders.
Two tables related through a junction table. Automatically detected when a table has exactly two foreign keys forming a composite primary key.
Example: Films and actors via film_actor table.
Dashed lines show which tables a view depends on, making it easy to trace data lineage.
Example: A summary view referencing multiple base tables.
Junction table detection. Tables with exactly two foreign keys that form a composite primary key are automatically identified as junction tables and rendered with many-to-many relationship lines.
Connect your database and visualize its schema in seconds.
Read the ER Diagrams documentation