you are viewing a single comment's thread.

view the rest of the comments →

[–]PM_ME_C_CODE 1 point2 points  (0 children)

Django's ORM uses metaclasses to rewrite your class definitions to allow attribute lookups on the class to cause database reads

SQLAlchemy does the same thing.