diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-10 00:22:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-10 00:22:37 +0800 |
commit | 70e37a0cf6add561fe8a43dab2179f49a3a41ff1 (patch) | |
tree | 1262fecf76d04595e9460d24660550926da93b8c /databases/dbh/pkg-descr | |
parent | cd8c8536b700947ca3b7add58f73d00b1b446157 (diff) | |
download | freebsd-ports-gnome-70e37a0cf6add561fe8a43dab2179f49a3a41ff1.tar.gz freebsd-ports-gnome-70e37a0cf6add561fe8a43dab2179f49a3a41ff1.tar.zst freebsd-ports-gnome-70e37a0cf6add561fe8a43dab2179f49a3a41ff1.zip |
add dbh 1.0
Disk Based Hashtables
Diffstat (limited to 'databases/dbh/pkg-descr')
-rw-r--r-- | databases/dbh/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/dbh/pkg-descr b/databases/dbh/pkg-descr new file mode 100644 index 000000000000..d9fbb8c8226e --- /dev/null +++ b/databases/dbh/pkg-descr @@ -0,0 +1,7 @@ +A DBH is a convenient way to associate keys composed by characters 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 get rid of what is known as an index file in the +database world. In the DBH world, the index is built into the file format. + +WWW: http://dbh.sourceforge.net/ |