ZODB transactions. Getting to know the transaction package.
Talk details
Every Plone developer knows that the Zope Object Database (ZODB) is the piece of software responsible for storing Plone content. The ZODB has many features that are very useful for content management software, not the least of which is its transaction capability. Not everyone seems to know that there's an independent package that provides this magic, which can even be used without the ZODB. Indeed, there are packages that take advantage of the transaction module for adding transactional capabilities to things like file system files and light relational engines.
In this presentation I'll present the transaction package and give examples of its usage inside and outside of Plone and Zope.
Speaker details
Long time Zope/Plone person. Pyramid cheerleader.