Using ZODB with ZEO¶ ZODB is a Python object persistence mechanism. ZODB works well as a storage mechanism for Pyramid applications, especially in applications that use traversal. ZEO is an extension to ZODB which allows more than one process to simultaneously communicate with a ZODB storage. Making a ZODB database accessible to more than one process means that you can debug your application objec