10 Mar 08:22
Re: [phpdba] Database Schema XML
Thomas Koch wrote: > well, the nice thing with standards is, that there are so many to choose > from... > That was exactly my problem: I searched ONE canonical format to save such a > basic thing like a database schema, so that it could be read and written by > many programs. Well the Metabase format is supported by Metabase, MDB, MDB2_Schema, ezc::DatabaseSchema as well as the DBDesigner ER Tool. I am not aware of anything equally supported .. at least in the PHP scene. You can also validate against a DTD or XSD .. plus there is a nice XSLT to view the schemas: http://cvs.php.net/viewvc.cgi/pear/MDB2_Schema/docs/ regards, Lukas
RSS Feed