I've got 200+ tables with lots of relationships that I'm trying to map 
SQLAlchemy to.  I'm writing a code generator to create the classes, 
mappings, etc.  A problem that I don't see a simple solution to is 
writing the mapper code in the proper order.  If I attempt to map one 
class to another that doesn't have its mapper defined yet, I get an 
error.  Can someone think of a fairly simple approach to writing out the 
mapper definitions in an order that meets dependencies?

Randall



_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to