Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: (z) Separation of SQL code

by bsb (Priest)
on Sep 12, 2003 at 08:58 UTC ( [id://290965]=note: print w/replies, xml ) Need Help??


in reply to (z) Separation of SQL code

It sounds like your current version is similar to Ima::DBI, which is the basis for Class::DBI so your transition could be quite easy. I'm a fan of Class::DBI and have tried Alzabo (which I suspect Class::DBI is evolving into, they just added column objects). I think Alzabo tries to do too much, YMMV.

I use MySQL with Innodb tables when I can, I just need transactions. That's when I can't ditch the RDBMS entirely. There seems to be such a mismatch between schema oriented and strongly-type databases and Perl.

Regarding stored procedures vs perl logic, read Domain Logic and SQL for a language neutral consideration of the problem. The article points out a few cases where you'd want to go one way or the other but boils down to "Choose based on your company resources and culture"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found