Transitioning from php to python/pylons/SQLAlchemy -- Are ORMs the standard now?

Posted by EmpireJones on Stack Overflow See other posts from Stack Overflow or by EmpireJones
Published on 2010-06-01T03:49:11Z Indexed on 2010/06/01 3:53 UTC
Read the original article Hit count: 213

Filed under:
|
|
|
|

Should I invest a lot of time trying to figure out an ORM style implementation, or is it still common to just stick with standard SQL queries in python/pylons/sqlalchemy?

© Stack Overflow or respective owner

Related posts about python

Related posts about sql