diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-07-30 10:44:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 10:44:16 -0400 |
commit | 94c8db596809690a3f7046fa83c7b0dda13a3222 (patch) | |
tree | 1adb630c3e1380418c974d882c5f291236781cde | |
parent | Merge pull request #573 from evnix/patch-1 (diff) | |
parent | Update description of project using BoltDB (diff) | |
download | dedo-94c8db596809690a3f7046fa83c7b0dda13a3222.tar.gz dedo-94c8db596809690a3f7046fa83c7b0dda13a3222.tar.xz |
Merge pull request #579 from asdine/master
Update description of project using BoltDB
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |