Hacker News new | ask | show | jobs
by lelanthran 245 days ago
The only footgun is pretending that using an ORM means not having to learn SQL.
2 comments

Exactly!

I like my ORMs based on SQL concepts, not OOP concepts.

So you do have to know SQL, but you get more convenient ways of generating it.

https://github.com/codr7/tyred

That's not what I said though.