sqitchers/sqitch
Sensible database change management observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 53
- 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: 79.5
- age_days: 5332
- days_rel: 239
- days_push: 10
- n_releases_24m: 5
Adoption not part of the score
3155 stars · 214 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sqitch is a standalone database change management (migration) tool that tracks schema changes as native SQL scripts with a plan file and Merkle-tree-based deployment integrity. It is framework-agnostic and supports many database engines including PostgreSQL, MySQL, SQLite, Oracle, Snowflake, and ClickHouse.
Use cases
- manage database schema migrations without a framework
- apply ordered SQL migration scripts with dependency resolution
- roll back database changes reliably
- track database deployments across multiple engines
- integrate database migrations into CI/CD pipelines
- avoid numbered migration files
When to choose
- you want engine-native SQL migrations rather than ORM-based ones
- you need dependency-based ordering and verifiable deployment integrity
- you support multiple database engines with one tool
- you want migrations decoupled from your application framework
When to avoid
- you prefer migrations embedded in your ORM or web framework
- you want a Ruby/Python/Node-native migration DSL
- your team only needs simple linear migrations with minimal tooling
Facets
cli-tool · maturity stable
database developer-tools cli deployment ci-cd databases developer-tools backend cli windows cross-platform database-migrations schema-migration sql change-management merkle-tree postgresql mysql sqlite snowflake oracle clickhouse devops linux macos
5 sources
- readme: https://github.com/sqitchers/sqitch · fetched 2026-08-28 · 198daf124f45
- homepage: https://sqitch.org · fetched 2026-08-29 · e0d57813ac3d
- site_page: https://sqitch.org/about · fetched 2026-08-29 · 0c5b65c8fcdb
- site_page: https://sqitch.org/docs · fetched 2026-08-29 · 158729dc4aa4
- site_page: https://sqitch.org/site · fetched 2026-08-29 · cf2eef7a1b16
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqitchers/sqitch | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="sqitchers/sqitch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem