sql-watch-lib
JSON →sql-watch-lib v0.1.0 is a Node.js library for rapid SQL development that automatically applies idempotent SQL scripts to a PostgreSQL database when files change. It supports a watch mode for development and can be integrated into CI/CD pipelines. Unlike full migration tools (e.g., Flyway, Alembic), it focuses on idempotent SQL (CREATE OR REPLACE, etc.) and immediate feedback. Currently in early release with pre-1.0 API changes likely. It ships TypeScript types and is part of the sql-watch monorepo.
Resources
packagesql-watch-lib ↗