Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Database Introduction for Perl Adepts?

by philcrow (Priest)
on Apr 02, 2007 at 20:10 UTC ( [id://607919]=note: print w/replies, xml ) Need Help??


in reply to Database Introduction for Perl Adepts?

While DBI is all you really need, we like DBIx::Class, so we can pretend database rows are objects. There are other object relational mappers (ORMs), but we switced to DBIx::Class about 9 months ago and have been happy with it. We still use DBI directly for intricate queries where the ORM seems to get in the way or in the very rare (for us) case where speed is an issue. ORMs do pay a speed penalty by creating objects.

Phil

  • Comment on Re: Database Introduction for Perl Adepts?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://607919]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-26 00:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found