Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16347 программистов и 1649 роботов. Сейчас ищет 1551 программист ...
MDB2_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.
- 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
- XML Schema — Description of the XML dialect used to define database schemas and data on MDB2
Вернуться к: Базы данных