Merge pull request #532 from asdine/project-list

Update README.md
pull/24/head
Ben Johnson 2016-03-22 09:03:09 -06:00
commit 08b033d921
1 changed files with 3 additions and 2 deletions

View File

@ -840,5 +840,6 @@ Below is a list of public, open source projects that use Bolt:
* [Go Report Card](https://goreportcard.com/) - Go code quality report cards as a (free and open source) service.
* [Boltdb Boilerplate](https://github.com/bobintornado/boltdb-boilerplate) - Boilerplate wrapper around bolt aiming to make simple calls one-liners.
* [lru](https://github.com/crowdriff/lru) - Easy to use Bolt-backed Least-Recently-Used (LRU) read-through cache with chainable remote stores.
* [Storm](https://github.com/asdine/storm) - A simple ORM around BoltDB.
If you are using Bolt in a project please send a pull request to add it to the list.