Hacker News new | ask | show | jobs
by couchand 763 days ago
This. The right way to structure database access is a result type per tuple, not an object type per table.
1 comments

ORMs don’t mandate mapping the whole table either, you are free to create multiple entities per table/view.