mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
f3ed542b17
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
6 lines
380 B
Text
6 lines
380 B
Text
dbh is a library to create and manage 64-bit disk based hash tables,
|
|
which are a convenient way to associate unsigned character keys to
|
|
data records. Any kind of digital information can go into the data
|
|
record, such as text, graphic information, database structures, you
|
|
name it. The idea behind using a DBH is to build the key index
|
|
directly into a multidimensional file format.
|