Looking for a language/framework

Gregor Horvath g.horvath at gmx.at
Fri Mar 31 23:44:14 EST 2006


> 
> But what you overlook is SQL's strength:
> 
>     SQL can be translated into _very_ efficient query plans w/o changing
> the SQL.  SQL's query optimizers (more properly, de-pessimizers) give

Premature optimization is the root of all evil.

On the top level of an appliciation the goal is to only have problem or
domain specific code.
Middelware or ORM is a way to this goal because it encapsulates and
hides the technical details of persistence and helps for cleaner code.

-- 
Mit freundlichen Grüßen,
  Ing. Gregor Horvath, Industrieberatung & Softwareentwicklung
  http://www.gregor-horvath.com



More information about the Python-list mailing list