Skeema is a declarative SQL-based schema management utility. Simply track your desired schema state in a repo of CREATE statements, and the tool figures out how to apply any changes to your tables and routines. You won't need to code migrations ever again.
Skeema’s open source CLI tool supports all modern versions of MySQL and MariaDB. Written in Golang, it’s a self-contained native binary with no external dependencies.