|
|
|
|
|
by kitsune_
547 days ago
|
|
I mean there is a clear difference in how ORMs that use the data mapper pattern like Hibernate or Entity Framework etc. ultimately allow for a cleaner overall application architecture vis-a-vis ActiveRecord (the pattern) which usually ends up leaking throughout the entire application. |
|
Though in a world of SQLC (and similar) I’m not sure what ORMs are really solving for anyone anymore.