This repository provides a set of handy ZODB utilities. We initially tried to put them into ZODB itself, but Jim Fulton adviced not to load ZODB with scripts anymore. So we are here:
- zodb analyze - analyze ZODB database or repozo deltafs usage.
- zodb cmp - compare content of two ZODB databases bit-to-bit.
- zodb commit - commit new transaction into a ZODB database.
- zodb dump - dump content of a ZODB database.
- zodb restore - restore content of a ZODB database.
- zodb info - print general information about a ZODB database.