On Jan 22, 2:33 am, Dmitry Lipovoi <[EMAIL PROTECTED]> wrote:
> orm is abstraction over database query language. you can make queries
> in oo-terms. so your business logic stays clear and you dont care
> about object persistence.
>
> also with orm you can change backend (from MySQL to Postgre for ex.)
> just
> by edit config. if you work with native sql its not always possible.
>

True. But as I understand it, using an ORM means you take a
performance hit. I wonder just how much it will affect performance to
use SQLAlchemy?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to