v0.160.0
Plain davegaeddert
Plain
by davegaeddert
1 week, 3 days ago

Plain splits schema management in two.

Migrations handle what only you can do safely — data backfills, risky type changes.

Everything derivable from your models — indexes, constraints, NOT NULL, FK actions — moves to a "convergence" layer that reconciles the database.