Package : perl-DBIx-Simple > RPM : perl-DBIx-Simple-1.370.0-4.mga9.src.rpm

Basic items

Name perl-DBIx-Simple
Version 1.370.0
Release 4.mga9
URL https://metacpan.org/release/DBIx-Simple
Group Development/Perl
Summary Easy-to-use OO interface to DBI
Size 23KB
Arch noarch
License GPL+ or Artistic

Description


DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.

This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.

The 'query' method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used
in boolean context, is false. The dummy object lets you postpone (or skip)
error checking, but it also makes immediate error checking simply
'$db->query(...) or die $db->error'.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 21:18:03
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie