Y
Hacker News
new
|
ask
|
show
|
jobs
by
raverbashing
2743 days ago
Yes, an ORM, not SQL itself.
3 comments
walrus1066
2743 days ago
You can compose queries, using the queryAPI in SQLAlchemy, without touching the ORM.
link
zrail
2743 days ago
SQLAlchemy is not an ORM. There’s a companion ORM project if you want it, but it’s not necessary.
link
yawaramin
2743 days ago
Yes? What's the qualitative difference between using a best-of-breed SQL ORM and the Mongo API?
link