MDB2_Schema
- Table of Contents
- Introduction -- Introduction to MDB2_Schema
- Installation and Usage Example -- Installation and example for the usage of MDB2_Schema
- Get Database Definition -- Generating the definition array of a physical database or MDB2 XML
- Dump Database -- Dumping a database to MDB2 XML
- Create Database -- Restoring a database from MDB2 XML
- Update Database -- Updating a database against a new schema
PEAR::MDB2_Schema enables users to maintain RDBMS independent schema files in XML that can be used to create, alter and drop database entities and insert data into a database. Reverse engineering database schemas from existing databases is also supported. The format is compatible with both PEAR::MDB and Metabase.
