Jimmy Olgeni ae09fb5df8 databases/pgschema: Add new port
pgschema is a Terraform-style, declarative schema migration workflow for
PostgreSQL databases. It enables you to manage database schema changes
through code with a declarative approach that tracks schema state and applies
only necessary changes.

Supports PostgreSQL versions 14, 15, 16, and 17.

WWW: https://github.com/pgschema/pgschema
2025-09-22 10:51:42 +02:00

12 lines
510 B
Plaintext

pgschema is a Terraform-style, declarative schema migration workflow for
PostgreSQL databases. It enables you to manage database schema changes
through code with a declarative approach that tracks schema state and applies
only necessary changes.
Key features:
- Declarative schema management similar to Terraform
- Supports PostgreSQL versions 14, 15, 16, and 17
- Tracks schema state and applies incremental changes
- Provides table creation with LIKE syntax
- Clean, code-driven database migration workflow