GNU dbm database routines (runtime version)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
| Version | 1.18.1-4 |
|---|---|
| Home page | https://gnu.org/software/gdbm |
| Copyright | /usr/share/doc/libgdbm6/copyright |
| Licenses | GFDL-NIV-1.3+ GPL-2+ GPL-3+ |