Migratex

JSON →
library 1.3.0 ·javascript
verified Jun 7, 2026

Schema diff and migration engine for ORMs (Drizzle, Prisma, TypeORM). Current stable version is 1.3.0. It replaces linear migration files with a DAG-based approach using content-addressed IDs (SHA-256), enabling deterministic migrations, drift detection, and safe CI/CD workflows. Key differentiators: auto-generated SQL from ORM schema (no hand-written migrations), conflict detection at merge time, and support for Postgres and MySQL. Requires Node >=18.