7 Aug
2003
7 Aug
'03
4:56 p.m.
John Toews wrote:
Does anyone use Berkeley DB with Python & Zope? I am wondering if it is possible to maintain a persistent database connection? (for those that don't know, BDB uses a file on the drive as the database, so normally you open & close that file during runtime)
There is BerkleyStorage for ZODB available. Have a google or ask on zodb-dev@zope.org... cheers, Chris