From fffdc078650208d9ebdd39bae84d2ba556000b06 Mon Sep 17 00:00:00 2001 From: cbbrowne Date: Fri, 23 Sep 2016 18:05:29 -0400 Subject: [PATCH] Add pgcmp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edfd6c1..40256a9 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,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 +* [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)