phpMyVersion News
Status: Beta
Brought to you by:
tomworley
The very early pre-alpha verion of PHPMyVersion has been released. This is not much more than some example proof-of-concept code to show how it's possible to read through mysql binary log files to parse SQL statements for tracking changes.
The idea is that developers will be able to keep tabs on database schema changes to their projects, and optionally to keep track of row changes to specific tables so that all the changes can be put into upgrade scripts to go out with the project. It will be able to produce "patches" from one version to another to upgrade older databases to the latest version.
A lot of work to go still, but it will get there!