g-migration
JSON →A minimal CLI tool to generate timestamped database migration files for Node.js projects. Version 2.2.0 is the latest stable release, with infrequent updates and no major release cadence. It creates skeleton migration files with a timestamp prefix, intended for use with raw SQL or custom database adapters. Unlike full-featured migration frameworks (e.g., Knex or Sequelize), g-migration is intentionally simple: it only generates file names and basic boilerplate, leaving migration logic entirely to the user. No database driver or ORM is required.
Resources
packageg-migration ↗