Nexedi / zodbtools

Handy set of ZODB utilities (Mirror of https://lab.nexedi.com/nexedi/zodbtools)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Handy set of ZODB utilities (Mirror of https://lab.nexedi.com/nexedi/zodbtools)

License:Other


Languages

Language:Python 97.4%Language:Shell 2.6%