Pullup ticket 3183 - requested by ghen
[pkgsrc.git] / databases / ruby-tokyocabinet / DESCR
1 Tokyo Cabinet is a library of routines for managing a database.  The database is
2 a simple data file containing records, each is a pair of a key and a value.
3 Every key and value is serial bytes with variable length.  Both binary data and
4 character string can be used as a key and a value.  There is neither concept of
5 data tables nor data types.  Records are organized in hash table, B+ tree, or
6 fixed-length array.
7
8 This package provides Ruby binding of Tokyo Cabinet.