aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-07-30 10:44:16 -0400
committerGitHub <noreply@github.com>2016-07-30 10:44:16 -0400
commit94c8db596809690a3f7046fa83c7b0dda13a3222 (patch)
tree1adb630c3e1380418c974d882c5f291236781cde
parentMerge pull request #573 from evnix/patch-1 (diff)
parentUpdate description of project using BoltDB (diff)
downloaddedo-94c8db596809690a3f7046fa83c7b0dda13a3222.tar.gz
dedo-94c8db596809690a3f7046fa83c7b0dda13a3222.tar.xz
Merge pull request #579 from asdine/master
Update description of project using BoltDB
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8a64f5..8523e33 100644
--- a/README.md
+++ b/README.md
@@ -842,7 +842,7 @@ 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.
+* [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB.
* [GoWebApp](https://github.com/josephspurrier/gowebapp) - A basic MVC web application in Go using BoltDB.
* [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.