From bd09c40dd659517a83fc7b1aa9ca25239f4fb5b5 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 17 Dec 2016 15:08:05 -0800 Subject: [PATCH] Updated the description for rqlite rqlite has broadened its goals, and this description is a better fit. I am the creator of rqlite. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9cc56f..27434fc0 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. * [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database. * [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database. -* [rqlite](https://github.com/rqlite/rqlite) - Replicated SQLite, using Raft consensus. +* [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. * [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. * [Tile38](https://github.com/tidwall/tile38) - A geolocation DB with spatial index and realtime geofencing.