diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-02 07:46:47 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-02 07:46:47 -0600 |
commit | 8c5646982cbeb82a99afe4a65cd19e6a4f95156d (patch) | |
tree | 80747f42bd162311e22f5762dfa9e44da379c1f8 | |
parent | Remove count and overflow columns for free pages on 'bolt pages'. (diff) | |
parent | Merge pull request #107 from DocSavage/master (diff) | |
download | dedo-8c5646982cbeb82a99afe4a65cd19e6a4f95156d.tar.gz dedo-8c5646982cbeb82a99afe4a65cd19e6a4f95156d.tar.xz |
Merge branch 'master' of https://github.com/boltdb/bolt
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |