in reply to Re: Perl style/best practice question: how to [better] embed SQL in code ?
in thread Perl style/best practice question: how to [better] embed SQL in code ?

Class::DBI had a neat way of modularizing SQL... does DBIx::Class have something similar?
  • Comment on Re^2: Perl style/best practice question: how to [better] embed SQL in code ?

Replies are listed 'Best First'.
Re^3: Perl style/best practice question: how to [better] embed SQL in code ?
by metaperl (Curate) on Dec 17, 2008 at 16:23 UTC
    here is how Class::DBI did it... I dont see anything similar for DBIx::Class