Y
Hacker News
new
|
ask
|
show
|
jobs
by
matwood
4210 days ago
if they don't know/want to use SQL and rely on ORM mapping alone, then they can as well do away with SQL databases too.
Until that whole leaky abstraction problem kicks in.
1 comments
tree_of_item
4209 days ago
The idea behind doing away with the SQL database is to
remove
the leaky abstraction of an ORM, by making the object model the true shape of the data and not a wrapper over SQL.
link