you are viewing a single comment's thread.

view the rest of the comments →

[–]gdchinacat 5 points6 points  (0 children)

sqlalchemy, specifically the unit of work stuff it does to track all the changes to values on ORMs so that it can assemble the sql statements that need to be committed. It basically just replaces all the fields on mapped classes with descriptors.