Hacker News new | ask | show | jobs
by whalesalad 249 days ago
I loathe sqlalchemy
1 comments

Why?
Too heavy. Too many abstractions. It always gets in my way.
It's not heavy. The abstrations allow for consistent query compositions from reusable expressions. Demonstrate how you do conditional query building for everyone to witness the way.
Intermediate data structure -> compile to SQL
how exactly do you compile to sql?
skill issue