Hacker News new | ask | show | jobs
by bitexploder 662 days ago
SQLAlchemy is the best stand alone ORM I have found.
2 comments

I don't know, the declarative API is awkward. I get SQLAlchemy is quality software but I found DX poor.
sqlalchemy is easily one of the best ORMs ever made for any language. Hats off to zzzeek.

Currently working in typescript and writing SQL queries out by hand since I just don’t trust anything to do the right thing wrt units of work.