Schema Management & ER Diagrams

While knowing how to write ALTER TABLE statements is essential, Tabularis provides visual tools to manage your schema quickly, safely, and comprehensively.

Visual Schema Editor

The left sidebar is a fully interactive management suite. Right-click any table to enter the Schema Editor.

Modifying Structures

Safe DDL Generation

When you make visual changes, Tabularis does not apply them blindly. It compiles your actions into a set of precise DDL (CREATE, ALTER, DROP) statements and presents them in a preview window. You can review the exact SQL that will run, copy it for version control migrations, or click "Apply" to execute it.

ER Diagrams

Right-click any database or schema in the sidebar and choose Open ER Diagram to open a live, interactive entity-relationship diagram for that schema. Tables appear as nodes, foreign keys as directed edges. The layout is computed automatically using the Dagre engine.

For full details — navigation, layout options, export, and per-driver FK support — see the dedicated ER Diagram page.