summaryrefslogtreecommitdiff
path: root/databases/qdbm-plus/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/qdbm-plus/DESCR')
-rw-r--r--databases/qdbm-plus/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/qdbm-plus/DESCR b/databases/qdbm-plus/DESCR
new file mode 100644
index 00000000000..6ce0be42167
--- /dev/null
+++ b/databases/qdbm-plus/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 the C++ interface of QDBM.