aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsdine El Hrychy <asdine.elhrychy@gmail.com>2016-07-30 12:06:00 +0200
committerAsdine El Hrychy <asdine.elhrychy@gmail.com>2016-07-30 12:06:00 +0200
commit99f885d41894bf8b4cda5e847673a8ab01038597 (patch)
tree1adb630c3e1380418c974d882c5f291236781cde /README.md
parentMerge pull request #573 from evnix/patch-1 (diff)
downloaddedo-99f885d41894bf8b4cda5e847673a8ab01038597.tar.gz
dedo-99f885d41894bf8b4cda5e847673a8ab01038597.tar.xz
Update description of project using BoltDB
Diffstat (limited to 'README.md')
-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.