DBIx-Perlish - Bringing perlish DB handling to the unwashed masses
By Anton Berezin (Grrrr) from Copenhagen.pm Date: Sunday, 29 April 2007 13:30
Duration: 30 minutes Language: You can find more information on the speaker's site:
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. |