aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-07-07 08:39:59 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-07-07 08:39:59 -0600
commitd9a0f51bee413ccff75251740d7d78736a9c4a49 (patch)
treef39225a1664969e2c369d8b3a1235eb32180125a
parentMerge pull request #214 from Shopify/fix_stats_sub (diff)
downloaddedo-d9a0f51bee413ccff75251740d7d78736a9c4a49.tar.gz
dedo-d9a0f51bee413ccff75251740d7d78736a9c4a49.tar.xz
Add 'Intro to BoltDB' link.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf45319..18dcf25 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,12 @@ Since Bolt is meant to be used as such a low-level piece of functionality, simpl
> — [Tobias Lütke](https://twitter.com/tobi)
+## Resources
+
+For more information on getting started with Bolt, check out the following articles:
+
+* [Intro to BoltDB: Painless Performant Persistence](http://blog.natefinch.com/2014/07/intro-to-boltdb-painless-performant.html) by [Nate Finch](https://github.com/natefinch).
+
## Project Status
Bolt is functionally complete and has nearly full unit test coverage. The library test suite also includes randomized black box testing to ensure database consistency and thread safety. Bolt is currently in use in a few projects, however, it is still at a beta stage so please use with caution and report any bugs found.