Skip to content
This repository was archived by the owner on Mar 9, 2019. It is now read-only.

Commit c1c3bd7

Browse files
committed
Merge pull request #556 from xyproto/master
Add SimpleBolt and Algernon
2 parents d974993 + 58adb4c commit c1c3bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,5 +844,7 @@ Below is a list of public, open source projects that use Bolt:
844844
* [lru](https://github.com/crowdriff/lru) - Easy to use Bolt-backed Least-Recently-Used (LRU) read-through cache with chainable remote stores.
845845
* [Storm](https://github.com/asdine/storm) - A simple ORM around BoltDB.
846846
* [GoWebApp](https://github.com/josephspurrier/gowebapp) - A basic MVC web application in Go using BoltDB.
847+
* [SimpleBolt](https://github.com/xyproto/simplebolt) - A simple way to use BoltDB. Deals mainly with strings.
848+
* [Algernon](https://github.com/xyproto/algernon) - A HTTP/2 web server with built-in support for Lua. Uses BoltDB as the default database backend.
847849

848850
If you are using Bolt in a project please send a pull request to add it to the list.

0 commit comments

Comments
 (0)