Connecting Tech Pros Worldwide Help | Site Map

Database Documentator

Luciano Vittoretti
Guest
 
Posts: n/a
#1: Sep 27 '05
Hi everyone,

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.

If someone know something like that get in touch.

Thanks,
Luciano Vittoretti

Manuel Lemos
Guest
 
Posts: n/a
#2: Sep 28 '05

re: Database Documentator


Hello,

on 09/27/2005 09:57 AM Luciano Vittoretti said the following:[color=blue]
> 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.[/color]

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
Closed Thread