{"library":"east-postgres","type":"library","category":null,"description":"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.","language":"javascript","status":"deprecated","version":"1.0.2","tags":["javascript","database","db","migrate","postgres"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install east-postgres","imports":["exports.migrate = function(client, done) { ... }","exports.rollback = function(client, done) { ... }","function(client, done) { var db = client.db; ... }","const eastPostgres = require('east-postgres')"]},{"cmd":"yarn add east-postgres","imports":[]},{"cmd":"pnpm add east-postgres","imports":[]}],"homepage":"https://github.com/2do2go/east-postgres#readme","github":"git://github.com/2do2go/east-postgres","docs":null,"changelog":null,"pypi":null,"npm":"east-postgres","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}