aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-04-02 07:46:47 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-04-02 07:46:47 -0600
commit8c5646982cbeb82a99afe4a65cd19e6a4f95156d (patch)
tree80747f42bd162311e22f5762dfa9e44da379c1f8
parentRemove count and overflow columns for free pages on 'bolt pages'. (diff)
parentMerge pull request #107 from DocSavage/master (diff)
downloaddedo-8c5646982cbeb82a99afe4a65cd19e6a4f95156d.tar.gz
dedo-8c5646982cbeb82a99afe4a65cd19e6a4f95156d.tar.xz
Merge branch 'master' of https://github.com/boltdb/bolt
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d54fb9e..b03e6ff 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ So why use Bolt? The goal of Bolt is provide a simple, fast data store that is e
Below is a list of public, open source projects that use Bolt:
* [Skybox Analytics](https://github.com/skybox/skybox)
+* [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb.
If you are using Bolt in a project please send a pull request to add it to the list.