Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Object-relational Recommendations

by phaylon (Curate)
on Mar 08, 2006 at 22:10 UTC ( [id://535272]=note: print w/replies, xml ) Need Help??


in reply to Object-relational Recommendations

I'm mostly using DBIx-Class these days, which was started because of Class-DBIs shortcomings. One of the newer features I love most is the SQL-Translator support. You can create DDL statements out of a schema design in Perl. But it should be also possible to create your schema classes by pointing it to an existing schema, tho I haven't used that yet. A big pro is the active community and the easyness of patch- and feature-submission.

I haven't met a join I couldn't form in native DBIC, rather than using SQL directly, but you might want to ask #dbix-class on irc.perl.org for your specific needs. Extending your classes is also rather easy by overloading specific methods (new, insert, update, delete, etc.)

Ordinary morality is for ordinary people. -- Aleister Crowley

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found