Merge pull request #594 from anacrolix/patch-1

Update README.md
pull/24/head
Ben Johnson 2016-09-12 10:49:43 -06:00 committed by GitHub
commit 9dffd9de3b
1 changed files with 1 additions and 0 deletions

View File

@ -848,5 +848,6 @@ Below is a list of public, open source projects that use Bolt:
* [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.
* [torrent](https://github.com/anacrolix/torrent) - Full-featured BitTorrent client package and utilities in Go. BoltDB is a storage backend in development.
If you are using Bolt in a project please send a pull request to add it to the list.