ERD Generator
Auto-generated entity-relationship diagrams from your database schema.
Opening an ERD tab renders all tables and their foreign key relationships as an interactive diagram. Each node displays the table’s columns and types.
Interactive Canvas
The canvas supports panning and zooming. Viewport culling is used to maintain performance on schemas with hundreds of tables.
Focus Mode
Clicking a node highlights it and its directly connected neighbors. Other nodes fade out, making it easier to trace relationships in large schemas.
Find Node
Cmd+F or the search button in the toolbar opens a search overlay to locate a table by name and center the canvas on it. If focus mode is active, the found node becomes the new focus target, highlighting its direct relationships.