From a737c40a297224fe1d9ce35dc90850e12060a086 Mon Sep 17 00:00:00 2001 From: jrapoport Date: Wed, 13 Jan 2021 00:06:58 -0800 Subject: [PATCH] Add Chestnut to os projects in README.md added Chestnut to the list of open source projects that use bbolt. https://github.com/jrapoport/chestnut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b5ed3c..5d91874 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ Below is a list of public, open source projects that use Bolt: simple tx and key scans. * [cayley](https://github.com/google/cayley) - Cayley is an open-source graph database using Bolt as optional backend. * [ChainStore](https://github.com/pressly/chainstore) - Simple key-value interface to a variety of storage engines organized as a chain of operations. +* [🌰 Chestnut](https://github.com/jrapoport/chestnut) - Chestnut is encrypted storage for Go. * [Consul](https://github.com/hashicorp/consul) - Consul is service discovery and configuration made easy. Distributed, highly available, and datacenter-aware. * [DVID](https://github.com/janelia-flyem/dvid) - Added Bolt as optional storage engine and testing it against Basho-tuned leveldb. * [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency.