Hi,

I use ZODB to record some Resources.

All my Resources have an "uuid" field.

All work well but I would like append a BTree to ZODB root object to 
"index" uuid of all my resources.

I would like record to this BTree index only Resources commited to ZODB 
database.

How can I connect a function to "commit" event ?
In this function, how can I found all object modified ?
How can I found all object removed to the database ?

Other question : are there already a package to perform this task ?

Thanks for your help,
Stephane
-- 
Stéphane Klein <steph...@harobed.org>
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to