FreeBSD.software
Home/databases/p5-DBIx-Simple

p5-DBIx-Simple

1.37databases

Simplified object oriented interface to Perl DBI

DBIx::Simple module aims to be a simplified object oriented interface to Perl DBI. From its description ... 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 check simply " $db->query(...) or die $db->error".

$pkg install p5-DBIx-Simple
metacpan.org/release/DBIx-Simple
Origin
databases/p5-DBIx-Simple
Size
62.1KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
3 packages
Required by
1 packages

Dependencies (3)

Required By (1)