[spambayes-dev] A new and altogether different bsddb breakage

Barry Warsaw barry at python.org
Mon Dec 15 12:53:26 EST 2003


On Mon, 2003-12-15 at 04:00, Richie Hindle wrote:

> (Does anyone know of any simple Python code I can steal that uses bsddb in
> full-on multi-everything DBEnv mode?

Sorry, but that's too oxymoronic of a request to fulfill.

But you can look at ZODB's BerkeleyDB based storage code which is a good
working example of a full-on transactional BerkeleyDB application.  If
you can ignore the peculiarities of ZODB's storage API and all the
tables used to support it, the code should be helpful.

-Barry






More information about the spambayes-dev mailing list