sql-schema-control

JSON →
library 1.7.1 ·javascript
verified Jun 5, 2026

Declarative database schema management tool for provisioning, tracking, syncing, and modifying database schemas using plain, version-controlled SQL. Current stable version is 1.7.1. It supports PostgreSQL and MySQL, and is inspired by Liquibase and Terraform. Key differentiators include a declarative approach with two schema management classes (changes and resources), automatic detection of out-of-sync resources, and seamless integration into CI/CD pipelines. Release cadence is not specified but appears active. It ships TypeScript types and requires Node >=8.0.0.