[sqlalchemy] Re: Optimal table design for SQLAlchemy (Or One-to-many tables vs "meta" tables)

2009-09-08 Thread Paul Nesbit
Hi Michael, Thanks for taking the time to provide this informative and helpful reply, it's much appreciated. Cheers, Paul On Mon, Sep 7, 2009 at 4:08 PM, Michael Bayer wrote: > > On Sep 7, 2009, at 3:27 PM, Paul Nesbit wrote: > > Hi, > > I'm in the process of setting up SQLAlchemy classes af

[sqlalchemy] Re: Optimal table design for SQLAlchemy (Or One-to-many tables vs "meta" tables)

2009-09-07 Thread Michael Bayer
On Sep 7, 2009, at 3:27 PM, Paul Nesbit wrote: > Hi, > > I'm in the process of setting up SQLAlchemy classes after having > defined my database tables. I'm at the point where I'm mapping > relationships, and I've realized now that I may have designed my > tables in a sub-optimal way, or i