{"library":"pg-migration-manager","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.0.12","tags":["javascript","pg","migration","postgresql","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install pg-migration-manager","imports":["import MigrationManager from 'pg-migration-manager';","import type MigrationManager from 'pg-migration-manager';","import MigrationManager from 'pg-migration-manager'; type Config = ConstructorParameters<typeof MigrationManager>[1];"]},{"cmd":"yarn add pg-migration-manager","imports":[]},{"cmd":"pnpm add pg-migration-manager","imports":[]}],"homepage":"https://github.com/AlekseyKowalsky/pg-migration-manager#readme","github":"https://github.com/AlekseyKowalsky/pg-migration-manager","docs":null,"changelog":null,"pypi":null,"npm":"pg-migration-manager","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}