[Python-ideas] async/await in Python

Antoine Pitrou solipsis at pitrou.net
Sun Apr 19 20:52:39 CEST 2015


On Sun, 19 Apr 2015 14:44:00 -0400
Yury Selivanov <yselivanov.ml at gmail.com>
wrote:
> Queries in __getattr__
> are bad because of many reasons.

If you think they are bad, it means you probably don't like ORMs, since
that's a primary feature of theirs.

Or perhaps you are confusing "ORM" with "database abstraction layer".
They are not the same thing.

Regards

Antoine.




More information about the Python-ideas mailing list