From 2760f26e57ce96ea6fb278c9a4ad68013cf4ccf9 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 17 Jun 2014 00:37:51 +0200 Subject: [PATCH] more details --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7df42..3629ecb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ #cowdb -object database in pure Erlang. +Cowdb implements an indexed, key/value storage engine. The primary index +is an append-only btree implemented using CBT a btree library extracted +from Apache CouchDB . + +CowdDB is released under the Apache License 2. ## Features