|
|
|
|
|
by priyadi
503 days ago
|
|
You are describing data mapper ORMs, a.k.a the good ORM. I think all the other ORM-loathing guys here had bad experiences with active record ORMs, a.k.a the bad ORM. Also, infrastructure guys and DBA types tend not to like ORMs. But they are not the ones trying to manage the complexity in the business process. They just see our queries are not optimal, and it is everything to them. |
|
SQLAlchemy is the real deal, but it's more difficult and people prefer easy.