Termigrator

JSON →
library 1.1.5 ·javascript
verified Jun 7, 2026

A low level, database agnostic migration client for Node.js. Version 1.1.5 is current. It makes no assumptions about migration structure or storage, requiring users to define custom handlers for executing migrations, tracking state, and logging. The CLI was extracted to a separate termigrator-cli package as of v1.0.0. Compared to alternatives like db-migrate or knex migrations, Termigrator offers maximum flexibility but requires more manual setup.