[sqlalchemy] Automatic prefix on all tables

2010-02-11 Thread F. Poirotte
Hi, First, many thanks to everyone who helped make SQLAlchemy such a great module. I'm currently using the declarative syntax and I would like to know weither it's possible or not to automatically add a prefix on all tables, without having to specify it on each and every table separately. That

Re: [sqlalchemy] Automatic prefix on all tables

2010-02-11 Thread Michael Bayer
F. Poirotte wrote: Hi, First, many thanks to everyone who helped make SQLAlchemy such a great module. I'm currently using the declarative syntax and I would like to know weither it's possible or not to automatically add a prefix on all tables, without having to specify it on each and every