mirror of
https://abf.rosa.ru/djam/pgroll.git
synced 2026-06-15 05:38:26 +00:00
pgroll is an open source command-line tool that offers safe and
reversible schema migrations for PostgreSQL by serving multiple
schema versions simultaneously. It takes care of the complex
migration operations to ensure that client applications continue
working while the database schema is being updated. This includes
ensuring changes are applied without locking the database, and
that both old and new schema versions work simultaneously (even
when breaking changes are being made!). This removes risks
related to schema migrations, and greatly simplifies client
application rollout, also allowing for instant rollbacks.
|
|
||
|---|---|---|
| .gitea/workflows | ||
| .abf.yml | ||
| .gitignore | ||
| pgroll.spec | ||