|
|
|
|
|
by simondotau
27 days ago
|
|
An ORM only saves you boilerplate if you’re mapping relationships to objects. And if you’re doing that, you haven’t learned good data modelling and normalisation. ORMs are for storing objects. SQL is for correctly modelled data. |
|
[1] https://jawj.github.io/zapatos/