Hacker News new | ask | show | jobs
by Alifatisk 561 days ago
We have achieved at a point were we call SQL "raw". Am I this old?
3 comments

I've been hearing people calling SQL "raw" for the past 10 years so... probably?
It's only called "raw" when called from an ORM, as opposed to generated SQL.
It became raw since query builders started to try to mimic SQL. Quite long ago.