aboutsummaryrefslogblamecommitdiff
path: root/databases/p5-DBIx-Simple/pkg-descr
blob: 612b72807b4ad4d2ca124c4fb18c5e8d4e50401b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                
                                             
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".

WWW: https://metacpan.org/release/DBIx-Simple