# fabianlindfors/reshape

An easy-to-use, zero-downtime schema migration tool for Postgres

Repository: https://github.com/fabianlindfors/reshape
Canonical: https://ross.abutalabs.com/products/reshape
Language: Rust
License: MIT
License Family: permissive
Topics: postgresql, migrations
Last push: 2026-08-04T12:45:48+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 1779, "days_push": 29, "days_rel": 29, "gap_med": 4, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1850, forks 40 (observed 2026-08-28T04:05:44.289844+00:00)

## What it is
Reshape is a zero-downtime schema migration tool for Postgres, written in Rust. It keeps old and new schemas available simultaneously via views and triggers, allowing gradual application rollouts without locking or downtime.

## Use cases
- run zero-downtime schema migrations on postgres
- rename or alter columns without locking tables
- gradually roll out database schema changes alongside app deploys
- avoid downtime from blocking DDL in production postgres
- manage complex multi-step postgres migrations automatically

## When to choose
- you run Postgres 12+ and need schema changes without downtime
- your migrations would otherwise lock tables or require manual multi-step changes
- you want old and new schemas available simultaneously during deploys

## When to avoid
- you use a database other than Postgres
- you need a simple dev-only migration runner without zero-downtime guarantees
- you rely on direct table access rather than the views Reshape creates

## Facets
- artifact type: cli-tool
- maturity: active
- function: database, deployment, developer-tools
- domain: databases, developer-tools
- platform: windows, cli, rust
- tags: postgresql, schema-migrations, zero-downtime, database-migrations, devops, linux, macos

## Member repositories
- fabianlindfors/reshape (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.289844+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:16:57.385132+00:00, confidence not recorded.
  - readme: https://github.com/fabianlindfors/reshape (fetched 2026-08-28T04:05:44.289844+00:00, sha f37f4723c470)
  - registry_crates: https://crates.io/api/v1/crates/reshape (fetched 2026-08-29T10:56:09.210506+00:00, sha ece59876e853)
- Data as of 2026-08-30T08:39:29.467469+00:00.
