From 1fbe8374c28a0f77059e7dca9ebe996fe31d28f0 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 11:18:24 -0300 Subject: [PATCH] add diskv on database section develop by @peterbourgon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3fbbd83..d52c2223 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw *Databases implemented in Go.* * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. +* [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. # Resources