|
Posted by Manuel Lemos on 09/28/05 22:30
Hello,
on 09/27/2005 09:57 AM Luciano Vittoretti said the following:
> I need some PHP script to make a documentation of database (like
> phpdocumentator, www.phpdoc.org ), moreover I need that document act
> like a database administrator, in other words, I need something that
> permits by an interface to do ALTER TABLEs commands.
You may want to try Metabase. It can be used to perform both your needs.
It provides functions to perform schema reverse engineering support.
It can also represent your database schema in a XML format that
describes tables, fields, indexes, primary keys, sequences, etc..
After you install the schema with a XML definition, you can just change
the schema XML definition file and ask Metabase to execute the necessary
SQL to upgrade the installed schema to the new schema version, and it
will do so without affecting any data already installed in the database.
http://www.phpclasses.org/metabase
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Navigation:
[Reply to this message]
|