Hacker News new | ask | show | jobs
by ronnix 4803 days ago
OK, thanks. But isn't it the point of all ORMs? Why the emphasis on pure?
1 comments

Pure in this case means that you can use Python syntax in order to query a database. This way a database query looks identical to an iteration over a list of Python objects.