./databases/p5-DBIx-Simple, Very complete easy-to-use OO interface to DBI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.37, Package name: p5-DBIx-Simple-1.37, Maintainer: ficovh

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.


Master sites: (Expand)

Filesize: 19.919 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-10 17:32:16 by Amitai Schleier | Files touched by this commit (3)
Log message:
Add p5-DBIx-Simple from wip, packaged by ficovh@yahoo.com.

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.