aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPankaj khairnar <pankaj.khairnar@gmail.com>2016-06-12 16:53:54 +0530
committerGitHub <noreply@github.com>2016-06-12 16:53:54 +0530
commit76734943e119bc2cf71e3ae55f0c933b93629897 (patch)
tree3ccb0ae052e4523aa90fbcdc564fba13ebf57f6b /README.md
parentREADME (diff)
downloaddedo-76734943e119bc2cf71e3ae55f0c933b93629897.tar.gz
dedo-76734943e119bc2cf71e3ae55f0c933b93629897.tar.xz
Added new project which is using BoldDB
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36967f4..3447707 100644
--- a/README.md
+++ b/README.md
@@ -847,5 +847,6 @@ Below is a list of public, open source projects that use Bolt:
* [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.
* [MuLiFS](https://github.com/dankomiocevic/mulifs) - Music Library Filesystem creates a filesystem to organise your music files.
+* [GoShort](https://github.com/pankajkhairnar/goShort) - GoShort is a URL shortener written in Golang and BoltDB for persistent key/value storage and for routing it's using high performent HTTPRouter.
If you are using Bolt in a project please send a pull request to add it to the list.