I'm starting to think the real problem I see with most ORM architectures is that SQL is, honestly, a really terse but expressive language in a way.
So when you go trying to wrap it in language-specific helpers, you end up with something remarkably more complex than SQL that your developers now need to understand on top of SQL.
#sql #sqlalchemy