[sqlalchemy] Re: Schema Display recipe

2008-01-17 Thread sdobrev

Allen Bierbaum wrote:
 Thanks, that worked great.
 
 Have their been any new capabilities added to this code?
no idea, never used it
 -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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema Display recipe

2008-01-17 Thread Allen Bierbaum

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 sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema Display recipe

2008-01-17 Thread sdobrev

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 sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema display

2008-01-07 Thread [EMAIL PROTECTED]

I tried to import boundMetadata and this has become MetaData, and I'm 
getting an import error

ImportError: No module named sqlalchemy_schemadisplay

So I was wondering if this has moved out of MetaData or been renamed.

Morgan

Michael Bayer wrote:
 where its always been...

 http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay


 On Jan 5, 2008, at 7:58 PM, [EMAIL PROTECTED] wrote:

   
 Hi Guys,

 I was wondering where the function create_schema_graph has gone, or  
 what
 it has changed to. Any assistance would be appreciated.

 Let me know,
 Morgan

 


 
   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema display

2008-01-07 Thread King Simon-NFHD78

sqlalchemy_schemadisplay.py is not part of the SQLAlchemy distribution -
it's a separate script attached to that wiki page. You can download it
from the link at the bottom of the page.

Hope that helps,

Simon

 -Original Message-
 From: sqlalchemy@googlegroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: 07 January 2008 09:44
 To: sqlalchemy@googlegroups.com
 Subject: [sqlalchemy] Re: Schema display
 
 
 I tried to import boundMetadata and this has become MetaData, and I'm 
 getting an import error
 
 ImportError: No module named sqlalchemy_schemadisplay
 
 So I was wondering if this has moved out of MetaData or been renamed.
 
 Morgan
 
 Michael Bayer wrote:
  where its always been...
 
  http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay
 
 
  On Jan 5, 2008, at 7:58 PM, [EMAIL PROTECTED] wrote:
 

  Hi Guys,
 
  I was wondering where the function create_schema_graph has 
 gone, or  
  what
  it has changed to. Any assistance would be appreciated.
 
  Let me know,
  Morgan
 
  
 
 
  


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema display

2008-01-07 Thread Morgan

Hi Guys,

Maybe I'm missing something.


I tried to import boundMetadata and this has become MetaData, and I'm 
getting an import error

ImportError: No module named sqlalchemy_schemadisplay

So I was wondering if this has moved out of MetaData or been renamed.

Morgan

Michael Bayer wrote:
 where its always been...

 http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay


 On Jan 5, 2008, at 7:58 PM, [EMAIL PROTECTED] wrote:

   
 Hi Guys,

 I was wondering where the function create_schema_graph has gone, or  
 what
 it has changed to. Any assistance would be appreciated.

 Let me know,
 Morgan

 


 
   

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Schema display

2008-01-06 Thread Michael Bayer

where its always been...

http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay


On Jan 5, 2008, at 7:58 PM, [EMAIL PROTECTED] wrote:


 Hi Guys,

 I was wondering where the function create_schema_graph has gone, or  
 what
 it has changed to. Any assistance would be appreciated.

 Let me know,
 Morgan

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---