From abcbdf540a7b2a8d6a81b4055e3ae20680972dec Mon Sep 17 00:00:00 2001 From: Cesar Gimenes Date: Thu, 8 Dec 2016 10:09:01 -0200 Subject: [PATCH] Add pREST Add pREST a RESTful API for any PostgreSQL database. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d732be9b..eef8556b 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,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. +* [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. * [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1.