Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 750 Bytes

README.rst

File metadata and controls

16 lines (13 loc) · 750 Bytes

Zodbtools - handy set of ZODB utilities

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.