[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

[sqlalchemy] Using reflection to create read-only classes and objects

2010-03-26 Thread mr
Hejhej, first I'd like to thank the developers of SQLAlchemy for their great effort. The library works like a treat and is well documented. It's a pleasure working with it... Nevertheless I've currently run into a problem when trying to create classes that are based on read-only reflection from