https://github.com/brownj85/pg-man
Declarative schema management with auto-generated revisions for Postgres.
https://github.com/brownj85/pg-man
apgdiff migrations postgres schema sql
Last synced: 2 months ago
JSON representation
Declarative schema management with auto-generated revisions for Postgres.
- Host: GitHub
- URL: https://github.com/brownj85/pg-man
- Owner: brownj85
- License: mit
- Created: 2025-06-18T17:46:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T17:54:01.000Z (about 1 year ago)
- Last Synced: 2025-06-18T18:44:50.032Z (about 1 year ago)
- Topics: apgdiff, migrations, postgres, schema, sql
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgMan
Declarative schema management with auto-generated revisions for Postgres. Like Alembic, but plain SQL.
Wraps [apgdiff](https://github.com/fordfrog/apgdiff)