RE: [sqlalchemy] Accessing several databases

2011-06-16 Thread King Simon-NFHD78
-Original Message- From: sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] On Behalf Of Julian J. M. Sent: 16 June 2011 11:43 To: sqlalchemy Subject: [sqlalchemy] Accessing several databases Hello, I'm intending to use sqalchemy with orm for loading and storing

Re: [sqlalchemy] Accessing several databases

2011-06-16 Thread Julian J. M.
Thank you very much. I'll try that. I was confused by this howto: http://turbogears.org/2.1/docs/main/MultipleDatabases.html They call declarative_base() for each each database... I thought I needed that for each AppProject instance... Anyway, thanks agaon for the example. I'll let you know.

Re: [sqlalchemy] Accessing several databases

2011-06-16 Thread Michael Bayer
ah good to know, I'm always wondering why people get confused about things like this... On Jun 16, 2011, at 9:33 AM, Julian J. M. wrote: Thank you very much. I'll try that. I was confused by this howto: http://turbogears.org/2.1/docs/main/MultipleDatabases.html They call