A simple and slow database implemented entirely in Python. This should only be used when no other DBM-style database is available.
The optional mode argument is the Unix mode of the file, used only when the database has to be created. It defaults to octal 0666 (and will be modified by the prevailing umask).
See Also:
Module anydbm (Generic interface to dbm-style databases.)
Module whichdb (Utility module used to determine the type of an existing database.)