sql-migrate-up

JSON →
library 4.2.1 ·javascript
verified Jun 5, 2026

sql-migrate-up v4.2.1 is a simple SQL migration tool for Node.js with support for SQLite, PostgreSQL, and Snowflake. It provides a CLI and programmatic API (both fp-ts and Promise-based) for running, testing, and creating migrations. Key features: run-once vs. run-always migrations, schema/table configuration, parameter passing, and optional SQL syntax checking via sql-parser-cst. Released under MIT license, with stable release cadence on npm. Differentiates from other migration tools by its minimalism, first-class TypeScript support, and functional programming approach using fp-ts.