about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-13 15:46:38 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-13 15:46:38 -0800
commitd4c2bb35f17e00c528f0cea722b4695af9076a09 (patch)
treef51e02a43273054edf80dd81e7b1774ea4db35cf
parentb067ae65eb9e647258ad6a27518ebc3fcf225911 (diff)
downloadmetropolis-d4c2bb35f17e00c528f0cea722b4695af9076a09.tar.gz
README: mention TDB database
It's actually my favorite at the moment...
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 17d7014..e55975c 100644
--- a/README
+++ b/README
@@ -8,9 +8,10 @@ limitations of the kernel, hardware and filesystem.
 
 == Features
 
-* Currently supports the TokyoCabinet hash database format, other
-  database formats will be supported along with KyotoCabinet, as
-  well as other key-value stores.
+* Currently supports the {TDB}[http://bogomips.org/ruby-tdb/] database
+  along with the TokyoCabinet hash database format, other database
+  formats will be supported along with KyotoCabinet, as well as other
+  key-value stores.
 
 * Compatible with all Rack-compatible servers