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.
This commit is contained in:
Arpit Kushwaha 2018-08-27 18:49:16 +05:30 committed by GitHub
parent 64613f2561
commit 5d98fd80e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)