Menu

PHPMyVersion MySQL DB change tracker, inital alpha release

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!

Posted by Tom 2007-09-25

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.