|
|
|
|
|
by Alir3z4
1212 days ago
|
|
> For a long time I didn't realize why people were so down on ORMs until I tried using a non-django ORM, it really does set the bar. This. Very much this. I have given up on one finding such. The closest and nicest one that comes to mind is SQLAlchemy. The rest of languages or frameworks have indeed nothing compared to Django ORM and SQLAlchemy. It's not even fair to compare them. |
|
If I ever need to do another Java project I prefer to use raw jdbc sql than using hibernate.