pg-flyway

JSON →
library 1.3.2 ·javascript
verified Jun 7, 2026

pg-flyway is a Node.js-based migration tool for PostgreSQL that mirrors the Flyway pattern without wrapping the Java or CLI version. The current stable version is 1.3.2, with frequent minor updates. It supports creating, migrating, and tracking SQL migrations with a dedicated history table. Unlike db-migrate or node-pg-migrate, pg-flyway emphasizes Flyway-like naming conventions, versioned migrations, and a CLI-first approach. It ships TypeScript definitions and requires Node.js >=14.