6 Aug
2003
6 Aug
'03
8:04 p.m.
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) Thanks, John Toews
7 Aug
7 Aug
4:56 p.m.
New subject: [Zope] Berkeley database question
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
8278
Age (days ago)
8279
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
John Toews