From 5d98fd80e2b822ffa8df923b5526e6a2078c50fe Mon Sep 17 00:00:00 2001 From: Arpit Kushwaha Date: Mon, 27 Aug 2018 18:49:16 +0530 Subject: [PATCH] Added graphql-engine in Utilities list Adds the [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) which is a blazing-fast GraphQL server that gives you instant realtime GraphQL APIs over Postgres. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65cf1c1..0d85296 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ For Database Management * [sqitch](https://github.com/theory/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 +* [graphql-engine](https://github.com/hasura/graphql-engine) - Get Instant Realtime GraphQL APIs over PostgreSQL. ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)