pressly/goose
A database migration tool. Supports SQL migrations and Go functions. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 98
- Release rhythm 82
- Longevity 100
Flags: no_license
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: 39
- age_days: 3842
- days_rel: 42
- days_push: 12
- n_releases_24m: 14
Adoption not part of the score
11366 stars · 692 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
goose is a database migration tool available both as a CLI binary and a Go library. It manages schema changes through incremental SQL files or Go migration functions across many databases including Postgres, MySQL, SQLite, ClickHouse, and MSSQL.
Use cases
- run database schema migrations for postgres
- manage incremental sql migration files
- write go function-based database migrations
- seed data and track migration status
- embed migrations in a go application
- migrate sqlite, mysql, and clickhouse schemas from one tool
When to choose
- you need a battle-tested migration tool for go projects
- you want both sql and programmatic go migrations
- you need broad database driver support including clickhouse and ydb
When to avoid
- you need declarative or state-based schema management rather than versioned migrations
- your stack is not go-based and you prefer framework-native migration tooling
Facets
cli-tool · maturity stable
database cli developer-tools databases developer-tools backend go cli cross-platform windows database-migrations schema-management sql postgres mysql sqlite clickhouse embedded-migrations linux macos
2 sources
- readme: https://github.com/pressly/goose · fetched 2026-08-28 · d6568ac5b2bd
- homepage: http://pressly.github.io/goose/ · fetched 2026-08-29 · 6beadc86e9ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pressly/goose | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem