Пакет pear-MDB: Информация

    Исходный пакет: pear-MDB
    Версия: 1.3.0-alt3
    Собран:  20 июня 2008 г. 4:21
    Сообщить об ошибке в пакете
    Домашняя страница: http://pear.php.net/package/MDB

    Лицензия: BSD style
    О пакете: database abstraction layer
    Описание: 
    PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction
    layers.
    It provides a common API for all support RDBMS. The main difference to
    most
    other DB abstraction packages is that MDB goes much further to ensure
    portability. Among other things MDB features:
    * An OO-style query API
    * A DSN (data source name) or array format for specifying database servers
    * Datatype abstraction and on demand datatype conversion
    * Portable error codes
    * Sequential and non sequential row fetching as well as bulk fetching
    * Ordered array and associative array for the fetched rows
    * Prepare/execute (bind) emulation
    * Sequence emulation
    * Replace emulation
    * Limited Subselect emulation
    * Row limit support
    * Transactions support
    * Large Object support
    * Index/Unique support
    * Module Framework to load advanced functionality on demand
    * Table information interface
    * RDBMS management methods (creating, dropping, altering)
    * RDBMS independent xml based schema definition management
    * Altering of a DB from a changed xml schema
    * Reverse engineering of xml schemas from an existing DB (currently only
    MySQL)
    * Full integration into the PEAR Framework
    * Wrappers for the PEAR DB and Metabase APIs
    * PHPDoc API documentation
    Currently supported RDBMS:
    MySQL
    PostGreSQL
    Oracle
    Frontbase
    Querysim
    Interbase/Firebird
    MSSQL

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pear-MDB (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. rpm-build-pear
      2. pear-core

    Последнее изменение


    20 июня 2008 г. Vitaly Lipatov 1.3.0-alt3
    - autorebuild for correct requires(pre) (see bug #16086)
    10 января 2008 г. Vitaly Lipatov 1.3.0-alt2
    - update according to rpm-build-pear 0.3
    5 января 2008 г. Vitaly Lipatov 1.3.0-alt1
    - initial build for ALT Linux Sisyphus