[ZODB-Dev] python types question

2005-08-19 Thread Jürgen Herrmann
hi! i have a backend to establish many2many relations between objects. the relations are all bi-directional. for the storage i use a PersistentMapping, keys are relation names (strings), values are PersistentLists that hold the (globaly uniqe) oids of the related objects (strings also). now my

RE: [ZODB-Dev] python types question

2005-08-19 Thread Michel Pelletier
Message: 3 Date: Fri, 19 Aug 2005 11:39:54 -0400 From: Tim Peters [EMAIL PROTECTED] Subject: RE: [ZODB-Dev] python types question To: 'J?rgen Herrmann' [EMAIL PROTECTED], You can probably find packages already written for ZODB to manage relationship mappings, although I'm not up to date on