● v2.4.0 released today

Ship migrations with one command

Schema changes, seeds and rollbacks that behave the same on a laptop and in production. No ORM lock-in, no surprises at 3am.

$npm i -g driftctl
★ 18.2k stars◆ MIT licensed⬇ 2.1M/month
zsh — driftctl
driftctl migrate --env production
Connecting to db-prod-eu-west-1…
3 pending migrations found
2026_07_add_orders_index 142ms
2026_07_backfill_customers 1.8s
2026_07_drop_legacy_column requires --force
Applied 2 of 3 · rollback point saved