From 02ddea296d47c243b3b55ef90576af23a8591955 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 26 Mar 2017 15:39:38 +0200 Subject: [PATCH 1/2] add pREST --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7f7b9a..fb853a1 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database. * [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database. +* ]pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang) * [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery. * [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`. * [ZSON](https://github.com/postgrespro/zson) - PostgreSQL extension for transparent JSONB compression From 52b3e94488dfa06cb584d7af86457416f4d1e3ea Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 26 Mar 2017 15:41:48 +0200 Subject: [PATCH 2/2] fix typo ( pREST markdown ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb853a1..af9b3d9 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database. * [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database. -* ]pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang) +* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang) * [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery. * [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`. * [ZSON](https://github.com/postgrespro/zson) - PostgreSQL extension for transparent JSONB compression