Python dbm Module
Definition and Usage
The dbm module provides interfaces to simple on-disk key/value databases.
It offers a dictionary-like API backed by platform-specific dbm implementations.
Members
Member | Description |
---|---|
open() | Open a dbm database file. |
whichdb() | Return the type of dbm database present in a file. |