[thelist] object relational mapping

Bill Moseley moseley at hank.org
Thu Jun 11 19:19:14 CDT 2009


On Thu, Jun 11, 2009 at 10:34:03AM -0700, Jay Turley wrote:
> 
> I don't know that it solves all the world's problems, but it certainly can
> help with development speed.

It really does.  One cautionary note, from experience, is that the
ORMs can sometimes make inefficient use of the database.  It's easy to
write code that results in many trips to the database when writing the
SQL by hand might be a single query.

I'm currently in the process of going back over an application and
reducing the number of hits on the database for each request.


-- 
Bill Moseley.
moseley at hank.org
Sent from my iMutt



More information about the thelist mailing list