NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Class::DBI (Score:1)
Why did you use Class::DBI, and not Rose?
Yes, I know everything is - or ought to be - a learning exercise, but even so.....
Reply to This
Re: (Score:1)
> Why did you use Class::DBI, and not Rose?
Simply because that was what I was used to at the time and I was taking the path of least effort.
I haven't had a chance to look at Rose or DBIx::Class although regardless of past Class::DBI politics, I think it fits what I want to do quite nicely.
In particular, all I want is:
* Get/set attributes for mapped objects
* Search/retrieve
* The ability to do complex SQL with ease
And now that I've w
Re: (Score:1)