|
|
|
|
|
by b450
171 days ago
|
|
ORMs come with a lot of baggage that I prefer to avoid, but it probably depends on the domain. Take an e-commerce store with faceted search. You're pretty much going to write your own query builder if you don't use one off the shelf, seems like. |
|
Since then I've embraced ORMs for CRUD. I still double-check its output, and I'm not afraid to bypass it when needed.