🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

zodbtools

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zodbtools

ZODB-related utilities

0.0.0.dev8
PyPI
Maintainers
3

========================================= 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:

__ https://github.com/zopefoundation/ZODB/pull/128#issuecomment-260970932

  • 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.

Zodbtools change history

0.0.0.dev9 (2024-02-16)

0.0.0.dev8 (2019-03-07)

0.0.0.dev7 (2019-01-11)

0.0.0.dev6 (2018-12-30)

0.0.0.dev5 (2018-12-13)

0.0.0.dev4 (2017-04-05)

0.0.0.dev3 (2016-11-17)

0.0.0.dev2 (2016-11-17)

0.0.0.dev1 (2016-11-16)

Keywords

zodb utility tool

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts