Hacker News new | ask | show | jobs
by raverbashing 2743 days ago
Yes, an ORM, not SQL itself.
3 comments

You can compose queries, using the queryAPI in SQLAlchemy, without touching the ORM.
SQLAlchemy is not an ORM. There’s a companion ORM project if you want it, but it’s not necessary.
Yes? What's the qualitative difference between using a best-of-breed SQL ORM and the Mongo API?