Ask HN: Who writes plain SQL in production?
Does anyone write “plain” SQL queries in production web apps, as opposed to using an ORM? I ask because I’ve only ever worked at companies using ORMs, but feel like there is a lot of simplicity in being able to write SQL directly.
7 comments
[ 0.30 ms ] story [ 28.3 ms ] threadOur production code is mostly stored procedures called by code.
How are you deserializing query results and serializing inputs?
For context: I work on web apps