pg-change

JSON →
library 0.1.5 ·javascript
verified Jun 7, 2026

pg-change is a PostgreSQL migration tool for Node.js (version 0.1.5) that leverages the Postgres.js driver for a modern, async SQL interface. It emphasizes simplicity and zero-config setup, allowing migrations to be defined as default ES module functions with template literals. Compared to alternatives like node-pg-migrate or db-migrate, pg-change requires no ORM and relies solely on SQL, focusing on lightweight, at-the-database-level changes. Release cadence is currently low; the project is in early active development with basic CRUD migration commands: create, run-latest, and run-specific via CLI.