rubenv/sql-migrate
SQL schema migration tool for Go. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 92
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4376
- days_rel: n/a
- days_push: 50
- n_releases_24m: 0
Adoption not part of the score
3419 stars · 292 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A SQL schema migration tool for Go, usable both as a standalone CLI and as a library. It supports SQLite, PostgreSQL, MySQL, MSSQL, and Oracle, with atomic, up/down SQL migrations that can be embedded into applications.
Use cases
- manage database schema migrations in a Go project
- run up and down SQL migrations from the command line
- embed SQL migrations into a Go application binary
- roll back the last applied database migration
- check the migration status of a database
- support multiple database types in one project
When to choose
- you write migrations in plain SQL and want full flexibility
- you need a Go library to run migrations programmatically at startup
- you want atomic migrations with rollback support
- you need to support several database dialects in one project
When to avoid
- you prefer writing migrations in Go code rather than SQL
- you need a migration tool for a non-Go stack
- you want declarative or automatic schema diffing rather than hand-written migrations
Facets
cli-tool · maturity stable
database cli developer-tools databases developer-tools backend go cli cross-platform sql-migrations schema-migration gorp database-migrations up-down-migrations embedded-migrations
1 source
- readme: https://github.com/rubenv/sql-migrate · fetched 2026-08-28 · 32773de14649
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rubenv/sql-migrate | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="rubenv/sql-migrate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem