Y
Hacker News
new
|
ask
|
show
|
jobs
by
mperham
1328 days ago
ORMs didn't go mainstream until Hibernate in 2001 or so? Before that, everyone was writing custom SQL and DB access by hand.
1 comments
PaulDavisThe1st
1328 days ago
I implemented "an ORM" at amazon in 1994. None of the code outside of the library used SQL, everything pushed and pulled C++ objects.
link