blob: 89f77e2fd77db69232a2450984f93ce672d35c6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|