db-vcs

Version control system for MySQL database schemas and data

brewmacoslinux
Try with needOr install directly
Source

About

Version control for MySQL databases

Commands

db-vcs

Examples

track changes to database schema over time$ db-vcs init mydb
commit current database state with a message$ db-vcs commit -m 'add users table'
see history of all database changes$ db-vcs log
revert database to a previous version$ db-vcs checkout <revision>
compare database changes between two commits$ db-vcs diff <revision1> <revision2>