| Trees | Indices | Help |
|
|---|
|
|
Manage shelves of pickled objects using bsddb database files for the storage.
|
|||
|
DBShelf A shelf to hold pickled objects, built upon a bsddb DB object. |
|||
| DBShelfCursor | |||
|
|||
|
|||
Imports: cPickle, DictMixin, db
|
|||
A simple factory function for compatibility with the standard
shleve.py module. It can be used like this, where key is a string
and data is a pickleable object:
from bsddb import dbshelve
db = dbshelve.open(filename)
db[key] = data
db.close()
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:40:29 2008 | http://epydoc.sourceforge.net |