diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-07-07 10:56:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 10:56:50 -0600 |
commit | acc803f0ced151102ed51bf824f8709ebd6602bc (patch) | |
tree | f59c7f081ea898e0dd2a674bfd529fd50b7ed415 /README.md | |
parent | Merge pull request #570 from emersion/patch-1 (diff) | |
parent | Added new project which is using BoldDB (diff) | |
download | dedo-acc803f0ced151102ed51bf824f8709ebd6602bc.tar.gz dedo-acc803f0ced151102ed51bf824f8709ebd6602bc.tar.xz |
Merge pull request #567 from pankajkhairnar/pankajkhairnar-new-project
Added new project name in the list of projects using BoldDB
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -846,5 +846,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. |