diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-03-13 08:47:51 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-03-13 08:47:51 -0600 |
commit | 97a71126e78612cb9f05b635959284f86533670d (patch) | |
tree | da27e05e2d0e293d3509b94dc536fda94b57276c | |
parent | Merge pull request #318 from baijum/newline-info (diff) | |
parent | link to Bolt article (diff) | |
download | dedo-97a71126e78612cb9f05b635959284f86533670d.tar.gz dedo-97a71126e78612cb9f05b635959284f86533670d.tar.xz |
Merge pull request #328 from baijum/bolt-article
link to Bolt article
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ or to provide an HTTP endpoint that will perform a fixed-length sample. For more information on getting started with Bolt, check out the following articles: * [Intro to BoltDB: Painless Performant Persistence](http://npf.io/2014/07/intro-to-boltdb-painless-performant-persistence/) by [Nate Finch](https://github.com/natefinch). - +* [Bolt -- an embedded key/value database for Go](https://www.progville.com/go/bolt-embedded-db-golang/) by Progville ## Comparison with other databases |