|
|
|
|
|
by rtpg
608 days ago
|
|
I have found that ORM arguments in context don’t stick very well to Django’s ORM, but see the argument applying well to most all the others. Case in point Django is really good about DB-specific functionality and letting you easily add in extension-specific stuff. They treat “you can only do this with raw” more or less as an ORM design API issue. My biggest critique of Django’s ORM is its grouping and select clause behavior can be pretty magical, but I’ve never been able to find a good API improvement to tackle that. |
|