Sqldef: Idempotent schema management tool for MySQL, PostgreSQL, SQLite
Summary
Sqldef is a CLI tool that diffes two SQL schemas to manage migrations across MySQL, MariaDB, TiDB, PostgreSQL, SQL Server, and SQLite3. It offers an online WebAssembly demo for generating DDLs and emphasizes idempotent schema changes, making it suitable for automated database maintenance and CI/CD pipelines.