Dynamic Upgrading (schemas)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Dynamic Upgrading (schemas)

Post by Maugrim_The_Reaper »

Wondering if there are any ready made GPL/LGPL/BSD classes or such that can run a diff on say two database schema's, and generate a changefile of some format which can be used to upgrade a database.

I remember something like this in a PEAR package, MDB methinks. Wondering if there's something outside PEAR.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

You need to be a subscriber and log in to access this file.
That's one way of doing it ;). Thanks, I will take a look. Maybe there's something I can salvage from the phpMyAdmin and ADODB dependencies. Nice one.
Post Reply