Package perl-DBIx-Perlish: Information

    Source package: perl-DBIx-Perlish
    Version: 0.64-alt1
    Build time:  Apr 2, 2015, 12:57 AM in the task #142568
    Category: Development/Perl
    Report package bug
    License: BSD
    Summary: a perlish interface to SQL databases
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-DBIx-Perlish (noarch)

    Maintainer: Michael Bochkaryov


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

    Last changed


    April 1, 2015 Igor Vlasenko 0.64-alt1
    - automated CPAN update
    Oct. 20, 2014 Igor Vlasenko 0.63-alt1
    - automated CPAN update
    Aug. 19, 2014 Igor Vlasenko 0.62-alt1
    - automated CPAN update