Better SQL tracing with DBIx::Class
Better SQL tracing with DBIx::Class I’ve been trying to track down some SQL issues with Tau Station and to be honest, I’ve never been terribly happy with the output from the DBIx::Class DBIC_TRACE or the DBI DBI_TRACE. So I have something better.
Read Full Post | Make a Comment ( Comments Off on Better SQL tracing with DBIx::Class )Using the Perl debugger with DBIx::Class
Using the Perl debugger with DBIx::Class Today’s debugger hack will make using the debugger with DBIx::Class much easier.
Read Full Post | Make a Comment ( Comments Off on Using the Perl debugger with DBIx::Class )Learn ORM in Perl with DBIx::Class
This post will provide a brief hands-on introduction to ORM in Perl using a few DBIx::Class sub classes. In detail, this means we will generate Schema, Result and ResultSet classes (Perl modules) which will be used to interface with a SQLite database. The database will contain a single users table. Once the database has been […]
Read Full Post | Make a Comment ( Comments Off on Learn ORM in Perl with DBIx::Class )Testing DBIx::Class Models without the Database
by chromatic on 2011-05-18
Read Full Post | Make a Comment ( None so far )