pgdesign v0.26.0
On this page

pgdesign is a PostgreSQL schema compiler: TOML schemas become SQL DDL, with normal-form auditing, content-addressed migrations, and code generation.

#pgdesign

A PostgreSQL schema compiler. You declare your database in TOML; pgdesign compiles it to SQL DDL and enforces database design principles on the way.

Columns are NOT NULL unless you opt out, foreign keys need an explicit on_delete, every table needs a comment, and normal-form violations are reported with counterexamples rather than left for production to find.

#Start here

#Guides

#Reference

Search