MigraDiff – maintained fork of migra (PostgreSQL schema diff)
Keeps the abandoned migra tool alive, but Atlas and Flyway already own this space.
AI migration generation for Postgres when migra already does diffs.
Postgres developers managing database schema changes
migra · Sqitch · Flyway
Keeps the abandoned migra tool alive, but Atlas and Flyway already own this space.
Drop-in migra replacement with migrations folder support and AI explanations.
Audit-before-migrate approach catches degenerated fields that Airbyte and Fivetran miss.
Reduces SigNoz production infra from 56 CPUs across 10 nodes to managed cloud.
Edit-in-place components + per-migration snapshotting is a neat practical solution to the classic migration-versus-repeatability tradeoff: you keep readable Git diffs for functions but spawn pins exact component versions into lock.toml and compiles them into atomic SQL transactions. Minijinja macros and JSON-driven data generation make writing repeatable tests and fixtures much less painful. The only obvious limit today is Postgres-via-psql only, but the compilation/snapshot model feels like a real workflow improvement for teams that live in the database.
Drop-in Supabase API replacement, but early-stage and needs production validation.