Validate your PostgreSQL database changes locally before opening a PR. One click, zero config.
DBFlow Validator spins up a real ephemeral PostgreSQL instance via Docker, applies your migrations (Liquibase), runs sync + rollback, and reports exactly what broke — all without touching shared environments.
⚡ How it works
Your SQL changes → Docker PostgreSQL → Liquibase sync & rollback → ✅ or ❌
Click ▶ in the editor title bar (or Ctrl+Alt+V)
The extension runs the full validation pipeline in seconds
See results in a rich WebView with:
Pipeline tab — step-by-step execution with failure traces