Add a list of "Other Projects Using Bolt".
master
Ben Johnson 2014-03-24 13:41:08 -06:00
parent 2bc868c466
commit 32da80f953
1 changed files with 7 additions and 0 deletions

View File

@ -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