Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: dbi style questions (code, discussion)

by IlyaM (Parson)
on Dec 30, 2001 at 01:43 UTC ( [id://135161]=note: print w/replies, xml ) Need Help??


in reply to dbi style questions (code, discussion)

One possible approach is don't use DBI at all. Well, don't use it directly but use abstractions layers which can hide ugly SQL queries. Personally since I'm big OO fan I just want to use persistent objects and have all SQL queries hidden from me (at some extend). If you find such approach interesting check very nice overview of Perl Object-Oriented Persistence modules.

--
Ilya Martynov (http://martynov.org/)

  • Comment on Re: dbi style questions (code, discussion)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found