| ▲ | hparadiz 2 hours ago | |||||||
This is inevitably what happens every single time so just use an ORM and stop being stubborn. | ||||||||
| ▲ | jghn 2 hours ago | parent [-] | |||||||
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. | ||||||||
| ||||||||