6 ms·
OK, thanks. But isn't it the point of all ORMs? Why the emphasis on pure?
by ronnix 13y ago
OK, thanks. But isn't it the point of all ORMs? Why the emphasis on pure?
- amalashkevich 13y agoPure 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.