summaryrefslogtreecommitdiff
path: root/databases/tokyocabinet/DESCR
diff options
context:
space:
mode:
authorobache <obache>2008-09-04 12:10:28 +0000
committerobache <obache>2008-09-04 12:10:28 +0000
commit56cccfd95768c31f088da5363365fc8547c8b691 (patch)
treef843564c9a79913f3d601f6c973be220bd064548 /databases/tokyocabinet/DESCR
parentf14de094c9af0cf8cd88a2096b4f4fff7ab0377e (diff)
downloadpkgsrc-56cccfd95768c31f088da5363365fc8547c8b691.tar.gz
Import tokyocabinet-1.3.7 as databases/tokyocabinet.
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.
Diffstat (limited to 'databases/tokyocabinet/DESCR')
-rw-r--r--databases/tokyocabinet/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/tokyocabinet/DESCR b/databases/tokyocabinet/DESCR
new file mode 100644
index 00000000000..46c0f4b15a3
--- /dev/null
+++ b/databases/tokyocabinet/DESCR
@@ -0,0 +1,6 @@
+Tokyo Cabinet is a library of routines for managing a database. The database is
+a simple data file containing records, each is a pair of a key and a value.
+Every key and value is serial bytes with variable length. Both binary data and
+character string can be used as a key and a value. There is neither concept of
+data tables nor data types. Records are organized in hash table, B+ tree, or
+fixed-length array.