Пакет perl-DBIx-DBSchema: Информация

    Исходный пакет: perl-DBIx-DBSchema
    Версия: 0.39-alt1.1
    Собран:  23 ноября 2010 г. 11:11
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Database-independent schema objects
    Описание: 
    DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and
    represent a database schema.
    
    This module implements an OO-interface to database schemas.  Using this module,
    you can create a database schema with an OO Perl interface.  You can read the
    schema from an existing database.  You can save the schema to disk and restore
    it a different process.  Most importantly, DBIx::DBSchema can write SQL
    CREATE statements statements for different databases from a single source.
    
    Currently supported databases are MySQL and PostgreSQL.  Sybase support is
    partially implemented.  DBIx::DBSchema will attempt to use generic SQL syntax
    for other databases.  Assistance adding support for other databases is
    welcomed.  See DBIx::DBSchema::DBD, "Driver Writer's Guide and Base Class".

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

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

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

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-DBD-Pg
      2. perl-DBI
      3. perl-FreezeThaw
      4. perl-Log-Agent
      5. perl-Storable
      6. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 0.39-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    16 июля 2010 г. Igor Vlasenko 0.39-alt1
    - automated CPAN update
    6 сентября 2008 г. Vitaly Lipatov 0.27-alt2
    - fix directory ownership violation