I can't find anybody who has tried to do this, and I'm not sure that it's 
really possible with
sqlalchemy, but I'd like to see if anybody has any ideas.

Basically, I'd like to map to database tables that are not static.  I'm 
trying to wrap a system
that has a whole bunch of tables that are dynamically generated where the 
table schema is
modified through a user interface and can change at any point.  Tables can 
be added and
removed.  Columns can be added and removed.

I can handle dynamically generating the mappers for a specific query.  I'm 
worried about 
the global state and not being able to dispose of the mappers after use.

Has anybody tried this or have any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to