From 9f78e6e817ceabfc9037cf2ad687135ac6b5efd7 Mon Sep 17 00:00:00 2001 From: Aleksander Alekseev Date: Fri, 21 Oct 2016 15:22:58 +0300 Subject: [PATCH] Add ZSON to Utilities section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86e76b8..c34f7e4 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics on your PostgreSQL database * [PostgREST](https://github.com/begriffs/postgrest) - PostgREST serves a fully RESTful API from any existing PostgreSQL database * [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery +* [ZSON](https://github.com/afiskon) - PostgreSQL extension for transparent JSONB compression ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)