DESCR 369 B

1234567
  1. Tokyo Cabinet, developed as the successor of QDBM, is a library of
  2. routines for managing a simple file-based key/value database.
  3. Keys and values are serial bytes with variable length; both binary
  4. data and character string can be used as key or value. Data are
  5. organized in a hash table, B+ tree, or fixed-length array.
  6. There is no concept of data tables or data types.