{"library":"pg-change","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.1.5","tags":["javascript","PostgreSQL","database","migration","postgres","postgres.js","pg-migrate","pg-migrations","database-migration"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install pg-change","imports":["export default async function (sql) { ... }","npx pgChange create migration_name","sql`CREATE TABLE ...`"]},{"cmd":"yarn add pg-change","imports":[]},{"cmd":"pnpm add pg-change","imports":[]}],"homepage":"https://github.com/dskrenta/pg-change","github":"https://github.com/dskrenta/pg-change","docs":null,"changelog":null,"pypi":null,"npm":"pg-change","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}