GNU dbm is a library of routines that manages data files that contain
key/data pairs. The access provided is that of storing, retrieval,
and deletion by key and a non-sorted traversal of all keys. A process
is allowed to use multiple data files at the same time.
|