Skip to content
/ SQLDiff Public

Compute the difference between 2 MySQL database versions in order to generate an upgrade file from the first to the second

License

Notifications You must be signed in to change notification settings

DanCld/SQLDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool parses 2 database version files (.sql), looks for "create table"
statements and generates a third .sql file with "alter" commands that
will allow the clean upgrade of a database from version 1 to version 2.

Documentation not yet written, although it might not be needed.

Build with:

./autogen.sh
./configure
make

License: GPL v3

Dan-Claudiu Dragos <dancld@yahoo.co.uk>

About

Compute the difference between 2 MySQL database versions in order to generate an upgrade file from the first to the second

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published