
pgbranch
Branch your Postgres database like you branch code
2 followers
Branch your Postgres database like you branch code
2 followers
Ever run migrations on a feature branch, then switch back to main, only to find your database is broken? pgbranch fixes that. Just like git manages code branches, pgbranch manages database branches. Create snapshots of your database state, switch between them instantly, and never manually roll back migrations again.

