From 1bc4f3ca1dd88c32687375a731e8ca0caaa556ee Mon Sep 17 00:00:00 2001 From: Philip O Toole Date: Thu, 25 Feb 2016 13:11:46 -0500 Subject: [PATCH] Add rqlite, replicated SQLite using Raft consensus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0912280..2d2a312c 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database. +* [rqlite](https://github.com/otoolep/rqlite) - Replicated SQLite, using Raft consensus. * [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.