summaryrefslogtreecommitdiff
path: root/databases/tokyocabinet/DESCR
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-09-04 12:10:28 +0000
committerobache <obache@pkgsrc.org>2008-09-04 12:10:28 +0000
commitf0ee1bc675581ba0ab9d015c5db38a04c3d249bd (patch)
treef843564c9a79913f3d601f6c973be220bd064548 /databases/tokyocabinet/DESCR
parent4d4683c0456b61dfd61a910631721d8b7a58f2bc (diff)
downloadpkgsrc-f0ee1bc675581ba0ab9d015c5db38a04c3d249bd.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.