go-gormigrate/gormigrate
Minimalistic database migration helper for Gorm ORM observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 84
- Release rhythm 54
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 186
- age_days: 3654
- days_rel: 99
- days_push: 99
- n_releases_24m: 4
Adoption not part of the score
1172 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gormigrate is a minimalistic database schema migration helper library for the Gorm ORM in Go. It adds schema versioning and migration rollback support on top of Gorm's built-in migration functions.
Use cases
- run database schema migrations in a Go app using Gorm
- add versioned migrations with rollback support to Gorm projects
- migrate MySQL, PostgreSQL, SQLite, or SQL Server schemas from Go code
- track which schema migrations have been applied to a database
- roll back a bad schema change in a Gorm application
When to choose
- you already use Gorm and need proper schema versioning and rollbacks
- you want a lightweight, code-first migration tool without external CLI dependencies
- your app needs to run migrations programmatically at startup
When to avoid
- you don't use Gorm as your ORM
- you need standalone SQL-file-based migrations managed outside Go code
- you need advanced features like down-migrations across many versions or migration generation tooling
Facets
library · maturity stable
database orm developer-tools databases developer-tools backend go windows cross-platform schema-migrations gorm rollback sql migration-helper linux macos
4 sources
- readme: https://github.com/go-gormigrate/gormigrate · fetched 2026-08-28 · 194b5fec36e7
- homepage: https://pkg.go.dev/github.com/go-gormigrate/gormigrate/v2 · fetched 2026-08-29 · 9d3453ef0946
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-gormigrate/gormigrate | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="go-gormigrate/gormigrate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem