Personal tools
Skip to content. | Skip to navigation
ZODB3 - Meta release for ZODB, persistent, BTrees and ZEO The ZODB3 distribution is a "meta" distribution that requires projects: ZODB, persistent, BTrees and ZEO, which, in the past, were included in the ZODB 3 project.For more information on ZODB, persistent, BTrees, and ZEO, see the respective project pages in PyPI:- . Change History
ZODB Browser |buildstatus|_ |appveyor|_ |coverage|_The ZODB browser allows you to inspect persistent objects stored in the ZODB, view their attributes and historical changes made to them... warning:: ZODB is based on Python pickles, which are not secure -- they allow **arbitrary command execution**. Do not use zodbbrowser on databases from untrusted sources... contents:: Usage as a standalone...
zodbpickle README :alt: Python versions
zodbupdate - Update existing databases to match your software This package provides a tool that automatically identifies and updates references from persistent objects to classes that are in the process of being moved from one module to another and/or being renamed.If a class is being moved or renamed, you need to update all references from your database to the new name before finally...
zodbverify Overview Verify a ZODB by iterating and loading all records. Problems are reported in detail. A debugger is provided, together with decompilation information.zodbverify is available as a standalone script and as addon for plone.recipe.zope2instance.Script The verification runs on a plain ZODB file. The Zope application is not started.Run i.e.:: bin/zodbverify -f...