[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread az
see sqlsoup and/or metadata( reflect=True) I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory material assumes I am going to create the database from python object definitions, but I want to create the python object definitions

[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.03.2009 2:44 Uhr, j...@robinlea.com wrote: Hi, I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory material assumes I am going to create the database from python object

[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread John Francis Lee
Thanks. I'll get on it. a...@svilendobrev.com wrote: see sqlsoup and/or metadata( reflect=True) I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory material assumes I am going to create the database from python object

[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread Michael Bayer
j...@robinlea.com wrote: Hi, I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory material assumes I am going to create the database from python object definitions, but I want to create the python object definitions from the

[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread John Francis Lee
OK. I'll check that out too. I appreciate your help. Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.03.2009 2:44 Uhr, j...@robinlea.com wrote: Hi, I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory

[sqlalchemy] Re: Mapping an existing database

2009-03-29 Thread John Francis Lee
Michael Bayer wrote: j...@robinlea.com wrote: Hi, I'm new to SQLAlchemy. I am trying to use Pylons to expose an existing database in a browser. All the introductory material assumes I am going to create the database from python object definitions, but I want to create the python object