Y
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
kaba0
763 days ago
ORMs don’t mandate mapping the whole table either, you are free to create multiple entities per table/view.
link