From 026e1af74a31a3ea149281aca4f7b1a31bee5f17 Mon Sep 17 00:00:00 2001 From: Andrey Vereshchak Date: Fri, 1 Feb 2019 13:27:59 +0200 Subject: [PATCH] add pg-differ to the Utilities section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7017da8..4d5c3af 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ For Database Management * [sqitch](https://github.com/sqitchers/sqitch) - Tool for managing versioned schema deployment * [pgmigrate](https://github.com/yandex/pgmigrate) - CLI tool to evolve schema migrations, developed by Yandex. * [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences +* [pg-differ](https://github.com/av-dev/postgres-differ) - Tool for easy synchronization of PostgreSQL tables with models (json-schemas), migration alternative ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)