SPUG: Thoughts on DBIx::Class presentation?

Joshua Juran jjuran at gmail.com
Sat Jan 23 14:22:54 PST 2010


On Jan 23, 2010, at 1:41 PM, Skylos wrote:

> I dunno if any of you have worked with DBIx::Class - its a way to  
> program up db interfaces where you define the tables and columns  
> and it uses SQL::Abstract to generate the sql.  I worked with it  
> intensely for about 9 months at a job, and am currently starting a  
> new interface using it as well.
>
> Its a fairly new perl module, uses C3 inheritance pattern, and can  
> get you out of having to embed language (sql) in language (perl).
>
> Is there any interest in hearing about how to use DBIx::Class to do  
> database interfacing for perl applications?

+1

I would also be interested in the file equivalent -- a language for  
describing the format of a file, and a processor that takes that file  
as input and returns a data structure as output.

Josh




More information about the spug-list mailing list