From c9bb51932b3d4ff668596c6f6114196863b570de Mon Sep 17 00:00:00 2001 From: siddontang Date: Tue, 8 Sep 2015 09:05:56 +0800 Subject: [PATCH] Add TiDB to Databases section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a173e91..006042bf 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics * [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. * [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. +* [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. *Database tools.*