mysql-schema-compare

JSON →
library 0.0.12 ·javascript
verified Jun 5, 2026

A CLI tool that compares MySQL schemas defined in .sql files (CREATE TABLE statements) against a live MySQL server database. It supports MySQL 5.x only and can compare tables (columns, data types, indexes, foreign keys), triggers, stored procedures, and views. Configuration can be done via CLI flags, environment variables, or .env file. Version 0.0.12 is the latest, but the project is a work in progress with limited documentation and no formal release cadence.