pgmcli

JSON →
library 3.1.0 ·javascript
verified Jun 5, 2026

A command-line tool to manage Postgres migrations. Current stable version is 3.1.0, released as part of a monorepo with active development. It provides a simple CLI for creating, running, and reverting database migrations. Differentiators include minimal configuration, support for both SQL and JavaScript/TypeScript migration files, and integration with the pg npm package. Alternative tools like node-pg-migrate or knex have different APIs.