aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-05-09 10:00:39 -0600
committerBen Johnson <benbjohnson@yahoo.com>2016-05-09 10:00:39 -0600
commitc1c3bd7e847a231b2b1f9592fa86182a121ad734 (patch)
tree38a8bd1a5e90d930b3482dc144c913454fd8c7fd
parentMerge branch 'cyphar-548-fix-errors-with-unsynced-metadata' (diff)
parentAdd SimpleBolt and Algernon (diff)
downloaddedo-c1c3bd7e847a231b2b1f9592fa86182a121ad734.tar.gz
dedo-c1c3bd7e847a231b2b1f9592fa86182a121ad734.tar.xz
Merge pull request #556 from xyproto/master
Add SimpleBolt and Algernon
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c9312c..3bff3cc 100644
--- a/README.md
+++ b/README.md
@@ -844,5 +844,7 @@ Below is a list of public, open source projects that use Bolt:
* [lru](https://github.com/crowdriff/lru) - Easy to use Bolt-backed Least-Recently-Used (LRU) read-through cache with chainable remote stores.
* [Storm](https://github.com/asdine/storm) - A simple ORM around BoltDB.
* [GoWebApp](https://github.com/josephspurrier/gowebapp) - A basic MVC web application in Go using BoltDB.
+* [SimpleBolt](https://github.com/xyproto/simplebolt) - A simple way to use BoltDB. Deals mainly with strings.
+* [Algernon](https://github.com/xyproto/algernon) - A HTTP/2 web server with built-in support for Lua. Uses BoltDB as the default database backend.
If you are using Bolt in a project please send a pull request to add it to the list.