From 8c0c7d90574e0ca8e3ce9860eba007ebaf46f50e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 23 Jun 2016 17:18:59 +0200 Subject: [PATCH] Add cockroachdb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d13add..f72d31b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. +* [cockroachdb](https://github.com/cockroachdb/cockroach) - The scalable, survivable, strongly consistent, SQL database. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://code.google.com/p/leveldb/) key/value database in the Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.