← Back to match
pgschema
Terraform-style declarative schema migration for Postgres — declare the desired state, get the migration plan.
Desktopfreeglobal
A declarative schema migration tool for PostgreSQL that lets teams declare the desired schema state and generates a migration DDL plan by diffing the current database against the edited schema. It applies changes with concurrent-change detection, transaction-adaptive execution, and lock timeout control to reduce drift from hand-numbered migration files. Intended for backend engineers and platform teams managing Postgres in self-hosted environments; open-source under the Apache-2.0 license and part of Bytebase's pgplex toolchain.
Categories
database toolsdeveloper tools

