Add files from parent branch HEAD:
[pkgsrc.git] / databases / qdbm-plus / DESCR
1 QDBM is an embeded database library compatible with GDBM and NDBM.  It
2 features hash database and B+ tree database and is developed referring
3 to GDBM for the purpose of the following three points: higher
4 processing speed, smaller size of a database file, and simpler API.
5
6 This package provides the C++ interface of QDBM.