postgres-schema-updater

JSON →
library 1.1.5 ·javascript
verified Jun 5, 2026

A CLI tool for comparing and applying PostgreSQL schema changes from SQL source files. Version 1.1.5. It reads a source directory of SQL files, concatenates them into a temporary file, and compares against a target file or database. Designed for development workflows with manual confirmation before executing changes. Differentiates from migration tools by focusing on schema comparison rather than versioned migrations. Low release cadence.