sql-watch

JSON →
library 0.1.0 ·javascript
verified Jun 5, 2026

sql-watch is a command-line utility for rapid SQL development that automatically applies idempotent SQL scripts to a PostgreSQL database on file change. It is NOT a migration tool—no up/rollback patterns. Designed for TDD/BDD workflows, it watches file changes and re-runs SQL scripts atomically. Version 0.1.0 is the latest stable release with a low cadence (no recent updates). Key differentiator: it focuses on development speed with automatic execution, unlike traditional migration tools. Supports ESM and TypeScript.