Thanks, that worked great. Have their been any new capabilities added to this code?
-Allen On Jan 17, 2008 12:21 PM, <[EMAIL PROTECTED]> wrote: > > use sqlalchemy.orm.class_mapper(cls) instead of cls.mapper, and it should > work? > > > Allen Bierbaum wrote: > > I was just taking a look at the recipes on the SA wiki and stumbled > > across this one: > > http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay > > > > It is a pretty nice little piece of code to automatically create > > schema diagrams from a DB engine and UML diagrams for a set of > > mappers. I am very interested in using this because I think it would > > help documentation on our current project quite a bit. It is very > > easy for a diagram to get out of sync with the code, and this looks > > like a great tool to generate the diagram directly from the code. > > Very sweet. :) > > > > The problem is that I can't seem to get the code to work with SA > > 0.3.11. It looks like it expects some old naming conventions to get > > mappers. > > > > This seems to me like a very nice tool that could prove useful as an > > addon to SA. Am I alone in thinking this or is anyone else > > successfully using it? > > > > -Allen > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
