[sqlalchemy] Proper syntax for __table_args__ ?

2015-10-13 Thread Don O'Hara
I'm looking for advice on best SA coding practices to accomplish: 1. Use bind keys 2. Add user-defined tags to tables, to allow iterating through the metadata later to find tables with those tags. 3. Use base table classes for common attributes and methods Is there a chance that class member

Re: [sqlalchemy] Proper syntax for __table_args__ ?

2015-10-13 Thread Don O'Hara
Oops - should have asked the Flask-SQLAlchemy folks! Thanks On Tue, Oct 13, 2015 at 11:30 AM, Mike Bayer <mike...@zzzcomputing.com> wrote: > > > On 10/13/15 7:16 AM, Don O'Hara wrote: > > I'm looking for advice on best SA coding practices to accomplish: > > &