Analysis updated 2026-07-18 · repo last pushed 2018-10-13
Write a migration file to add a new column to a table and apply it automatically on deploy.
Roll back a database to a previous schema version if a migration causes problems.
Wrap multiple related schema changes in a single transaction so they all succeed or fail together.
Check and manage which migration version your database is currently at.
| bentranter/migrations | 42wim/fabio | 42wim/go-xmpp | |
|---|---|---|---|
| Language | Go | Go | Go |
| Last pushed | 2018-10-13 | 2018-02-04 | 2020-01-24 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing PostgreSQL database and a Go backend project to integrate into.
A Go package for versioning and automating PostgreSQL schema changes, so database updates apply consistently and can be rolled back if needed.
Mainly Go. The stack also includes Go, PostgreSQL.
Dormant — no commits in 2+ years (last push 2018-10-13).
License is not stated in the available content.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.