Re: [sqlalchemy] Re: Accessing multiple databases with same schema

2010-12-16 Thread g3 N
Thanks for the idea posted. I shall try this too. Thanks, Gayatri On Fri, Dec 3, 2010 at 11:25 PM, Eric N elmkne...@gmail.com wrote: I had a similar issue that I resolved by creating a set_data_model function that when I called in it would set some global variable to the table objects based

[sqlalchemy] Re: Accessing multiple databases with same schema

2010-12-03 Thread Eric N
I had a similar issue that I resolved by creating a set_data_model function that when I called in it would set some global variable to the table objects based on the product passed in to the function. I'm using multiple schemas in a Postgres database and wanted to try to limit the number of