[sqlalchemy] postgresql partitioned table ORM without db triggers or rules

2015-08-12 Thread MR M
Hi, Somewhat new to sqlalchemy, and I've read thru a lot of documentation about horizontal sharding and polymorphism features, but I'm still unsure of how to support postgresql partitioned tables with ORM. on the database side, I have (just a dummy example): -- start create table account (

Re: [sqlalchemy] postgresql partitioned table ORM without db triggers or rules

2015-08-12 Thread MR M
interactions with table mostly disjoint, and we are only passing the necessary parameters to the core apis? Thanks again! On Wednesday, August 12, 2015 at 2:33:02 PM UTC-4, Michael Bayer wrote: On 8/12/15 1:04 PM, MR M wrote: Hi, Somewhat new to sqlalchemy, and I've read thru a lot