Dnia 2011-06-17, piÄ… o godzinie 22:47 -0400, Mark Erbaugh pisze:
> Is there overhead associated with reflection? When SA is used in a stateless 
> web server, I think it would have to do the reflection every time a new page 
> is served.  Is there a way to create and reuse a "snapshot" of the reflection 
> results.
> 
> I guess what I'm asking is if I write manual code that specifies the db 
> layout is setting that up significantly quicker than using reflection, and if 
> so, is there some way to generate manual code from the reflection process?
> 
> I'm working with an existing database rather than one specifically designed 
> for the application.

How about: http://code.google.com/p/sqlautocode/ ?

Regards,
Tomasz Jezierski
Tefnet


-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to