Terraform-style declarative schema migration workflow to Postgres.
- Declarative: Define your desired schema state in SQL files
- Schema-based: Compare at the schema level instead of the database level to reconcile schemas across different tenants
- Comprehensive: Support most common Postgres objects under a schema
- Transparent: Show exactly what SQL will be executed before applying changes
Learn more at https://www.pgschema.com/blog/pgschema-postgres-declarative-schema-migration-like-terraform