we are not writing big Perl software yet. most of them are small and few medium. We started with plain DBI and i am getting tired of writing prepare, execute, selectall_arrayref($sql,{Slice=>{}},@bind) quickly now.
I don't want to introduce ORM just yet as it is a pretty big change and i got lots other things to push to our Perl development. but I definitely see it as the way to go in the long run if our Perl development get bigger.
after some searching, I have found DBIx::Simple - a thin layer to DBI. I like the syntax and it is simple enough. tried asked other monks opinion on perlmonks and no answer so far.
I will spend more time to try it out. if it all goes well, DBIx::Simple will become one of our standard modules among TT and CGI::Application.
It’s great (Score:1)
But I saw that you found my review, so you know that already.
I’m using it now. I have no complaints at all, it’s excellent.
Re: (Score:1)
Re: (Score:1)
Here you go: A brief survey of the DBI usability layer modules on the CPAN [perlmonks.org]
Try Rose (Score:1)
Re: (Score:1)
If you want to go down that road, I’d suggest DBIx::Class instead.
DBIx::Dictionary (Score:1)
Take a look if it looks promising, and drop a note if you have some problem
Igor Sutton