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.
Go to presentation.
Fetch a tarball with the complete presentation.
Older version from NPW2007, April 29th 2007, Copenhagen, Denmark
Go to presentation.
Fetch a tarball with the complete presentation.
Last presented: YAPC::EU, August 28th 2007, Vienna, Austria