Announcements, engineering deep-dives, and tutorials for PostgreSQL schema design.
PgDesigner is a visual PostgreSQL schema designer with production-ready DDL generation, safe ALTER migrations with hazard detection, 66 lint rules, and a git-friendly format. Free for non-commercial use.
PgDesigner validates your schema with 66 rules across 3 severity levels. Here's the reasoning behind the most impactful rules: missing FK indexes, type mismatches, serial vs identity, and more.
v0.0.2 brings DSN introspection to connect and import from live PostgreSQL, canvas hotkeys, full keyboard shortcuts, project settings, auto-save DDL, and 10 bug fixes.
MicroOLAP Database Designer for PostgreSQL hasn't been updated since 2021. Here's how to migrate your .pdd project files to PgDesigner in under 5 minutes.
A deep dive into PgDesigner's diff engine: two-phase algorithm, 6 hazard codes, compatible cast detection, and smart rename recognition. Learn how it prevents dangerous migrations.