TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Object-relational impedance mismatch

17 pointsby amirouchealmost 8 years ago

1 comment

amirouchealmost 8 years ago
I am under the impression that ORM are not helpful. I am in particular not sure why people still use them. I think that part of the response lies in the fact that people don&#x27;t want to learn SQL, at least that was my position before reading about the subject. Now that I know SQL and knowing that correctly using an ORM can not be done without understanding the generated SQL, I am wondering why ORMs are very popular.<p>ORM seems to me like a dangerous indirection.<p>Nowdays I use aiohttp (a python asyncio http framework) with psycopg2 (via aiopg) on a rather large application with only a serialization&#x2F;validation framework named Colander. I don&#x27;t feel the need for an ORM. It does the job. What I am doing wrong?
评论 #14782594 未加载
评论 #14782574 未加载
评论 #14784603 未加载
评论 #14784159 未加载