aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-03-24 13:41:08 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-03-24 13:41:08 -0600
commit32da80f95335e0e522d296454a22d3a69591aecc (patch)
treeab05de2df07aa30d23c6ba320c0b1272adb82464
parentMerge pull request #88 from benbjohnson/tx-rename (diff)
downloaddedo-32da80f95335e0e522d296454a22d3a69591aecc.tar.gz
dedo-32da80f95335e0e522d296454a22d3a69591aecc.tar.xz
README
Add a list of "Other Projects Using Bolt".
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18bfb55..d54fb9e 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,13 @@ There are also several differences between Bolt and LMDB:
So why use Bolt? The goal of Bolt is provide a simple, fast data store that is easily integrated into Go projects. The library does not require CGO so it is compatible with `go get` and you can easily build static binaries with it. We are not accepting additional functionality into the library so the API and file format are stable. Bolt also has near 100% unit test coverage and also includes heavy black box testing using the [testing/quick](http://golang.org/pkg/testing/quick/) package.
+## Other Projects Using Bolt
+
+Below is a list of public, open source projects that use Bolt:
+
+* [Skybox Analytics](https://github.com/skybox/skybox)
+
+If you are using Bolt in a project please send a pull request to add it to the list.
## Internals