PgDesigner v0.0.2 is out. This release focuses on UX: faster workflows, less mouse clicking, and direct PostgreSQL connectivity.
Connect to a live PostgreSQL instance, preview schemas and tables, and selectively import what you need. No more exporting SQL dumps and converting — point PgDesigner at your database and pick the tables you want.
This works alongside existing import from .pdd, .dbs, .dm2, and plain SQL.
Three new hotkeys on the ERD canvas:
Combined with click-to-create-FK from v0.0.1, you can now build an entire schema without touching a menu.
Full keyboard shortcut support:
Per-project configuration: PostgreSQL version target, naming conventions, FK defaults, and lint config. Settings are stored inside the .pgd file, so they travel with the project and are shared across the team via git.
Enable auto-save to generate a .sql file alongside your .pgd on every save. Your DDL stays in sync with your schema without an extra step.
Export DDL, diff patches, and test data as .sql files directly from the UI.
10 fixes including: multi-schema FK lint false positive (E009), multi-schema layout position corruption (W014), duplicate table creation, node position jumps after FK creation, fitView over-zooming on small schemas, and several keyboard shortcut conflicts.
Full changelog: v0.0.1…v0.0.2