Version control system for MySQL databases with Git-like workflows
Version control for MySQL databases
db-vcs$ db-vcs init --database mydb --user root --password secret$ db-vcs commit -m 'Add users table with authentication fields'$ db-vcs log --oneline