dbm
dbm — Interfaces to Unix “databases”
Source code: Lib/dbm/__init__.py
dbm
is a generic interface to variants of the DBM database — dbm.gnu
or dbm.ndbm
. If none of these modules is installed, the slow-but-simple implementation in module dbm