knex-migrate

JSON →
library 1.7.4 ·javascript
verified Jun 7, 2026

Modern migration toolkit for knex.js (v1.7.4) that provides a command-line interface and programmatic API for managing database migrations with knex. It offers features such as migrating to any version, running individual migrations, rolling back recent migrations, redo for quick testing, and transaction-based execution. It is fully compatible with knex.js's migration CLI and supports environment-specific configuration via knexfile. The package is actively maintained with peer dependency on knex, requiring Node >= 8.