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

    Исходный пакет: perl-DBIx-Perlish
    Версия: 0.59-alt1
    Собран:  10 сентября 2012 г. 16:44
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/DBIx-Perlish/

    Лицензия: BSD
    О пакете: a perlish interface to SQL databases
    Описание: 
    The DBIx::Perlish module provides the ability to work with databases supported
    by the DBI module using Perl's own syntax for four most common operations:
    SELECT, UPDATE, DELETE, and INSERT.
    
    By using DBIx::Perlish, you can write most of your database queries using a
    domain-specific language with Perl syntax. Since a Perl programmer knows Perl
    by definition, and might not know SQL to the same degree, this approach
    generally leads to a more comprehensible and maintainable code.
    
    The module is not intended to replace 100 percent of SQL used in your program.
    There is a hope, however, that it can be used to replace a substantial portion
    of it.
    
    The DBIx::Perlish module quite intentionally neither implements nor cares about
    database administration tasks like schema design and management. The plain DBI
    interface is quite sufficient for that. Similarly, and for the same reason, it
    does not take care of establishing database connections or handling
    transactions. All this is outside the scope of this module.

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

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Vladimir Lettiev
    Igor Vlasenko
    Michael Bochkaryov

    Права:
    Michael Bochkaryov
    @cpan

      1. perl-DBD-SQLite
      2. perl-Module-Install
      3. perl-PadWalker
      4. perl-Test-Pod
      5. perl-Test-Pod-Coverage

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


    10 сентября 2012 г. Vladimir Lettiev 0.59-alt1
    - 0.56 -> 0.59
    19 сентября 2011 г. Igor Vlasenko 0.56-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 0.55-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu