Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 339 | All time: 7,080 This week: 488 |
Version | License | PHP version | Categories | |||
mysql-versioning 0.9 | GNU General Publi... | 5.0 | Databases, Systems administration |
Description | Author | |||||||||||||||||||||||
This class can be used to update MySQL databases using SQL change set files. |
|
Files (8) |
File | Role | Description | ||
---|---|---|---|---|
__DB (2 files, 4 directories) | ||||
config.php | Conf. | applications config file |
Files (8) | / | __DB |
File | Role | Description | ||
---|---|---|---|---|
changesets (1 directory) | ||||
data (1 file) | ||||
enviroment (2 files) | ||||
tables (1 file) | ||||
index.php | Example | applications run file | ||
init.php | Conf. | config file for updater |
Files (8) | / | __DB | / | changesets | / | 001 |
File | Role | Description |
---|---|---|
01_changeset1.sql | Data | example of changeset |
Files (8) | / | __DB | / | enviroment |
File | Role | Description |
---|---|---|
Mysql.php | Class | mysql wrapper |
MysqlUpdater.php | Class | main updater class |
Files (8) | / | __DB | / | tables |
File | Role | Description |
---|---|---|
locations.sql | Data | initial create for table locations. |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
mysql-versioning-2009-03-29.zip 7KB | |
mysql-versioning-2009-03-29.tar.gz | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
MySQL-class | .zip .tar.gz | run queries using this wrapper class | Required |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
MySQL Database versioning strategy by Gabi Solomon IF you just got into versioning your code then you are probably really happy with your acomplishment... |