Next: file.filter
- Filtering file content, Previous: dbm.ndbm
- NDBM interface, Up: Library modules - Utilities [Contents][Index]
dbm.odbm
- Original DBM interfaceProvides interface to the legacy dbm library.
Extends dbm
.
{dbm.odbm}
Inherits <dbm>
. Provides an implementation for legacy DBM
library.
This module is only installed when your system already has DBM.
The biggest limitation of the legacy DBM is that you can only open
one database at a time. You can create a multiple <odbm>
instances, but you can open at most one of it at a time, or
you’ll get an error.
Besides the unified DBM interface (see dbm
- Generic DBM interface),
this module provides the following low-level functions that provides
direct access to the dbm API. See dbm manual for details of these
APIs.
{dbm.odbm}
{dbm.odbm}
{dbm.odbm}
{dbm.odbm}
{dbm.odbm}
{dbm.odbm}
{dbm.odbm}
Next: file.filter
- Filtering file content, Previous: dbm.ndbm
- NDBM interface, Up: Library modules - Utilities [Contents][Index]