diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-23 06:51:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-23 06:51:57 +0000 |
commit | ef4804554aa2e133c8f71c2ded4fe62196abb60b (patch) | |
tree | 93cdad3ecdd3ff645f58e43735cd6c71413301d2 /databases/qdbm-cgi/DESCR | |
parent | e8f976bd6b7b2cdbb5270a9a7ec5238cf72fa3a5 (diff) | |
download | pkgsrc-ef4804554aa2e133c8f71c2ded4fe62196abb60b.tar.gz |
Import qdbm-cgi from pkgsrc-wip. Packaged by OBATA Akio.
QDBM is an embeded database library compatible with GDBM and NDBM. It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package provides CGI scripts for QDBM.
Diffstat (limited to 'databases/qdbm-cgi/DESCR')
-rw-r--r-- | databases/qdbm-cgi/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/qdbm-cgi/DESCR b/databases/qdbm-cgi/DESCR new file mode 100644 index 00000000000..00d9d35323e --- /dev/null +++ b/databases/qdbm-cgi/DESCR @@ -0,0 +1,6 @@ +QDBM is an embeded database library compatible with GDBM and NDBM. It +features hash database and B+ tree database and is developed referring +to GDBM for the purpose of the following three points: higher +processing speed, smaller size of a database file, and simpler API. + +This package provides CGI scripts for QDBM. |