A simple migration filename generator for postgrator that creates paired 'do' and 'undo' SQL migration files. Current version 0.1.64. It works by prompting the user for a migration purpose and then generating appropriately named files conforming to postgrator's naming convention. This tool reduces manual filename creation errors and ensures consistent naming for forward and rollback migrations. Release cadence is irregular; actively maintained.
npm install postgrator-newNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to run the CLI tool to generate migration files interactively.
Use postgrator-new to create files, then postgrator to run them.