[sqlalchemy] Re: Association proxy like for integer/string/types list

2011-03-17 Thread zaza witch
) attributes = AssociationProxy('node_attributes', 'attribute') On Mar 17, 1:57 am, Michael Bayer mike...@zzzcomputing.com wrote: On Mar 16, 2011, at 8:12 PM, zaza witch wrote: Hi everyone, I am currently in work experience ... The first step of my work was to build a small application using

[sqlalchemy] Association proxy like for integer/string/types list

2011-03-16 Thread zaza witch
Hi everyone, I am currently in work experience ... The first step of my work was to build a small application using sqlalchemy. Association proxy seems to allow to simplify many-to-many relationships management. Can i use it to store define a class with an attribute which is a list of string