in reply to (z) Separation of SQL code
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"
|
|---|