Skeema is a pure-SQL schema management utility. Simply track your desired schema state in a repo of CREATE TABLE statements, and the tool figures out how to apply any changes to your databases. You won't need to code migrations, use obscure DSLs, or write verbose XML ever again.
Skeema’s CLI tool is free and open source. Written in Golang, it’s a native binary with no system dependencies. Supports all modern versions of MySQL, MariaDB, and Percona Server.