coffee-db-migrate

JSON →
library 0.1.2 ·javascript abandoned
verified Jun 7, 2026

An abstract migration framework for Node.js written in CoffeeScript that stores migration steps in a database. Version 0.1.2 is the latest stable release, with no recent updates. It is based on coffee-migrate but differs by persisting migrated file titles in the database. Requires manual implementation of database-specific methods (lock, release, getStoredMigrations, saveState, removeMigration) in a dbMigration.coffee file. This is a niche, unmaintained package with limited documentation and no active development; consider more robust alternatives like Knex.js or node-pg-migrate.