migratrom

JSON →
library 0.0.4 ·javascript
verified Jun 7, 2026

Declarative, self-verifying schema migrations for PostgreSQL and SQLite, targeting Bun, Node (>=18), and Deno. Current stable version: 0.0.4, under active development with no release cadence defined yet. Key differentiator: driver-independent core with explicit dialects (PostgresDialect, SQLiteDialect), chain-based operation definitions, and built-in migration integrity checks using parent-child IDs. Uses optional peer drivers postgres and libsql.