db-vcs

Version control system for MySQL databases with Git-like workflows

brewmacoslinux
Try with needOr install directly
Source

About

Version control for MySQL databases

Commands

db-vcs

Examples

Initialize version control for a MySQL database$ db-vcs init --database mydb --user root --password secret
Commit current database schema changes$ db-vcs commit -m 'Add users table with authentication fields'
View version history of database changes$ db-vcs log --oneline