perl.beginners
[Top] [All Lists]

Re: Separating DB operations out of program code

Subject: Re: Separating DB operations out of program code
From: Dermot
Date: Thu, 26 Nov 2009 19:51:26 +0000
Newsgroups: perl.beginners

2009/11/26 Scott Pham <scott.pham@xxxxxxxxx>:
> Have you looked at DBIx::Class?
>

I'd 2nd that. DBIx is the way forward. You should be looking to stop
writing SQL statements and moving towards ORM. Try the example at
http://search.cpan.org/~frew/DBIx-Class-0.08114/lib/DBIx/Class/Manual/Example.pod

Good luck,
Dp.

<Prev in Thread] Current Thread [Next in Thread>