|
|
|
|
|
by robben1234
1082 days ago
|
|
I feel that ORM might be an antipattern depending on a language. Every Java developer I interacted in my career with wanted to avoid ORMs and instead come up with a bunch of pattern-abstracted ways to write raw SQL. Every Python developer I interacted in my career with loved their ORMs. Django or SQLAlchemy. |
|
Or maybe Hibernate is just horrible :-) (I haven't used it)