a simple, lightweight tool for database schema management in agile workflows
Project description
autodb is a simple, lightweight tool for database schema updates, migrations, changes, etc. It’s designed for Agile workflows and multiple teams.
For instance, you can deploy a testing server to a certain branch of code, then run the command:
autodb sync latest
The testing server’s database will now have all necessary update scripts applied.