From 318c587cae1a1bd9d34a6717c9776387a07d8ffb Mon Sep 17 00:00:00 2001 From: Avinash D'Silva Date: Sun, 17 Jul 2016 22:11:04 +0100 Subject: [PATCH] added a BoltDB related project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c3039ea..e8a64f5a 100644 --- a/README.md +++ b/README.md @@ -807,6 +807,7 @@ them via pull request. Below is a list of public, open source projects that use Bolt: +* [BoltDbWeb](https://github.com/evnix/boltdbweb) - A web based GUI for BoltDB files. * [Operation Go: A Routine Mission](http://gocode.io) - An online programming game for Golang using Bolt for user accounts and a leaderboard. * [Bazil](https://bazil.org/) - A file system that lets your data reside where it is most convenient for it to reside. * [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb.