Login   Register  
PHP Classes
elePHPant
Icontem

DB Version Manager

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Przemek Berezowski
Name: Przemek Berezowski <e-mail contact>
Packages: 3 Browse all classes by Przemek Berezowski Browse all classes by
Country: Poland Poland - PHP jobs in Poland
Age: 35
All time rank: 160442 in Poland Poland
Week rank: 400 Up15 in Poland Poland Up


  Detailed description   Download .zip .tar.gz  
DBVersionManager is a free software to handle trace of database
changes which are needed during application development.
In projects which use database, there might be a problem with
moving database changes (alters, drops, inserts etc) between several environments.
(eg. there might be several developers environmets, test environment
and production environment, and each of them uses own database).
DBVersionManager tries to simplify port database changes between environments.
It can be used with any database which are supported by PDO.

DBVersionManager reads the sql commands from a given location.
Then it tries to execute this commands on selected database.
On the second hand DBVersionManager remember which files where
executed to preserve executing each command more then once.

DBVersionManager offers also a simple GUI to execute sql queries
on a given environment.
Using a GUI is recomended for correct naming convention and executing
queries in proper order.

This class can update database schema with commands read in files.

It can read files in a given directory and executes the SQL commands using PDO extension.


  Classes of Przemek Berezowski  >  DB Version Manager  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DB Version Manager
Base name: dbversionmanager
Description: Update database schema with commands read in files
Version: 0.9
PHP version: 5
License: BSD License
All time users: 289 users
All time rank: 6159
Week users: 0 users
Week rank: 2338 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image XML XML parsing and generation View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes


  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Files folder imageconf (1 file)
Files folder imagelib (3 files)
Files folder imageoutput (1 file)
Accessible without login Plain text file add.php Example Adds a query to list and execute it
Accessible without login Plain text file profile.php Conf. App profile configuration
Accessible without login Plain text file readme.txt Doc. what is it and how does it work
Accessible without login Plain text file update.php Example Updates current profile database

  Files  /  Files folder image conf  
File Role Description
  Accessible without login Plain text file configure.xml Data Profiles configurations

  Files  /  Files folder image lib  
File Role Description
  Plain text file config_manager.php Class Manages configuration for profile
  Plain text file db_updater.php Class Manages database updates
  Plain text file tools.php Class Helper class

  Files  /  Files folder image output  
File Role Description
  Accessible without login Plain text file dummy.txt Data Directory for store application output

Download all files: dbversionmanager.tar.gz dbversionmanager.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.