east-postgres

JSON →
library 1.0.2 ·javascript deprecated
verified Jun 5, 2026

PostgreSQL adapter for the East database migration tool. This package provides the bridge between East (a Node.js migration framework) and node-postgres (pg) to manage PostgreSQL migrations. Version 1.0.2 is the current stable release. It stores executed migration names in a `_migrations` table and passes a `db` client instance to migration functions. The package requires explicit peer dependency on pg (>=4.x.x <=7.x.x). Compared to other migration tools like Knex or Umzug, East is minimal and follows a convention-over-configuration approach with a simple CLI.