PG Migration Manager

JSON →
library 1.0.12 ·javascript
verified Jun 7, 2026

A minimal migration manager for PostgreSQL using the pg driver. Version 1.0.12 is the latest stable release. It reads SQL files from a specified directory and runs them sequentially based on file creation dates, tracking executed migrations in a database table. Unlike heavier tools (e.g., node-pg-migrate), it stays simple with no dependency on query builders or complex configuration. Ships TypeScript types, ESM-only. Ideal for projects that need bare-bones SQL migration management.