logoalt Hacker News

hparadizyesterday at 4:19 PM1 replyview on HN

This is inevitably what happens every single time so just use an ORM and stop being stubborn.


Replies

jghnyesterday at 4:43 PM

The problem is that "ORM" does a lot of heavy lifting as a term and can mean different things to different people. Like yes, obviously, one needs some sort of SQL -> data structure transition on the boundary (using "object" overfits to OOP!). But that can be extremely light weight. Let people write SQL, have a thin layer to pull the results back out into the appropriate data structures, and move on.

show 1 reply