←back to thread

60 points Bogdanp | 2 comments | | HN request time: 0.462s | source
1. dakiol ◴[] No.44610430[source]
Is this for real? I don’t know why anyone would deal with such amount of incidental complexity (django orm) when one can just use plain sql.
replies(1): >>44610706 #
2. twelve40 ◴[] No.44610706[source]
why is this so surprising? every place i worked at, going back probably 6 jobs, was using an ORM (django, hibernate, or even a self-built one), they went on to get acquired by Twitter, Microsoft, Uber etc, so not completely stupid or obscure. Even if you have a personal dislike of ORMs, if you ever work with/for another team with an exiting codebase and a DB, chances are you will have to work with one.