While version control is one of the most used techniques in managing coding projects, it is not used that much for managing databases.
dbv.php allows DB administrators to manage various stages of their database and adjacent schemas by tracking revisions and allowing them to select what table to push to disk/database.
The system works out of the box with MySQL and other DBMS adapters.
Here are some key features of "dbv.php":
· Manage database schema
· Manage revisions and scripts
· DBMS compliant system
What's New in This Release: [ read full changelog ]
· Added custom MySQL port support Typecast PDOException::getCode() result as int.