Re: [Sqlalchemy-users] sqlalchemy with "legacy" DB

2006-05-20 Thread Robin Munn
On 5/20/06, Giorgi Lekishvili <[EMAIL PROTECTED]> wrote: Hi, I am wondering to learn how to use sqlalchemy mappers with existing (aka legacy) DBs. I'd much appreciate any hint. I assume you're familiar with the fact that SQLAlchemy can load the table definitions straight from the database (wi

Re: [Sqlalchemy-users] sqlalchemy with "legacy" DB

2006-05-20 Thread Giorgi Lekishvili
Thanks for the replies; I have been just starting to explore SA, so I don't have any specific questions yet... Meanwhile, it appears that I simply missed the topic of interest in the doc: http://www.sqlalchemy.org/docs_02/metadata.myt#metadata_tables_reflecting Thanks again, GiorgiOn 5/20/06, Jona

Re: [Sqlalchemy-users] sqlalchemy with "legacy" DB

2006-05-20 Thread Jonathan Ellis
On 5/20/06, Giorgi Lekishvili <[EMAIL PROTECTED]> wrote: Hi, I am wondering to learn how to use sqlalchemy mappers with existing (aka legacy) DBs. I'd much appreciate any hint.SA doesn't rigidly enforce table or column naming style like some other ORMs.  If you have a more specific question, ask aw

[Sqlalchemy-users] sqlalchemy with "legacy" DB

2006-05-20 Thread Giorgi Lekishvili
Hi, I am wondering to learn how to use sqlalchemy mappers with existing (aka legacy) DBs. I'd much appreciate any hint. TIA, Giorgi-- personal site: http://giorgi.lekishvili.infopersonal blog: http://blog.lekishvili.info/python scripts: http://python.inchemix.comactive site of chemoinformatics: ht