dbhash – DBM-style API for the BSD database libraryΒΆ

Purpose:Provides a dictionary-like API for accessing BSD db files.
Python Version:1.4 and later

The dbhash module is the primary backend for anydbm. It uses the bsddb library to manage database files. The semantics are the same as anydbm, so refer to the examples on that page for details.

See also

dbhash
The standard library documentation for this module.
anydbm
The anydbm module.
Bookmark and Share