[ZODB-Dev] Re: [Zope] bsddb3Storage missing custom_zodb.py
Barry A. Warsaw
barry@digicool.com
Mon, 7 May 2001 11:14:58 -0400
>>>>> "CM" == Chris McDonough <chrism@digicool.com> writes:
CM> Hi Phil... this is for the Packless storage, but it should
CM> help a little...
CM> from Products.bsddb3Storage.Packless import Packless
| m = Packless
| env='var/bsddb3storage'
CM> Storage=m(name='PacklessBerkeleyStorage', env=env)
| ----- Original Message -----
| From: "Phil Harris" <phil.harris@zope.co.uk>
| To: <zope@zope.org>
| Sent: Tuesday, May 08, 2001 3:31 PM
| Subject: [Zope] bsddb3Storage missing custom_zodb.py
>> The subject says it all really. Has anyone got the latest
>> (beta2) working? If so have you got a custom_zodb.py I could
>> take a look at? Thanks in advance. Phil
There is a sample custom_zodb.py in the docs/ directory of the beta2
distribution.
-Barry