Re: [sqlalchemy] reflecting existing databases with no a priori knowledge of their structure

2010-06-03 Thread Michael Bayer
On Jun 3, 2010, at 11:24 AM, Harry Percival wrote: > Hi All, > > I'm building a tool to extract info from databases. The > user/programmer doesn't have any advance knowledge of the structure of > the database before they load it, and i want to dynamically generate > mapped classes for the datab

RE: [sqlalchemy] reflecting existing databases with no a priori knowledge of their structure

2010-06-03 Thread King Simon-NFHD78
> -Original Message- > From: sqlalchemy@googlegroups.com > [mailto:sqlalch...@googlegroups.com] On Behalf Of Harry Percival > Sent: 03 June 2010 16:24 > To: sqlalchemy@googlegroups.com > Subject: [sqlalchemy] reflecting existing databases with no a > priori knowled

[sqlalchemy] reflecting existing databases with no a priori knowledge of their structure

2010-06-03 Thread Harry Percival
Hi All, I'm building a tool to extract info from databases.  The user/programmer doesn't have any advance knowledge of the structure of the database before they load it, and i want to dynamically generate mapped classes for the database. i just want to check there isn't some helpful sqlalchemy st