skeema

Declarative pure-SQL schema management for MySQL and MariaDB

brewmacoslinux
Try with needOr install directly
Source

About

Declarative pure-SQL schema management for MySQL and MariaDB

Commands

skeema

Examples

Initialize a new Skeema project for a database$ skeema init -h localhost -u root -p mypassword mydb
Diff local schema files against the database to see pending changes$ skeema diff mydb
Apply pending schema changes to the database$ skeema push mydb