1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-02-12 14:26:05 +02:00

Utilities: Hasura -Instant realtime GraphQL APIs on any Postgres application, existing or new.

This commit is contained in:
Matt 2019-11-07 21:13:59 +01:00 committed by GitHub
parent 909c2f08f8
commit f159d58e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
### Utilities
* [apgdiff](https://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one.
* [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases.
* [Hasura](https://hasura.io) - Instant realtime GraphQL APIs on any Postgres application, existing or new.
* [ldap2pg](https://github.com/dalibo/ldap2pg) - Synchronize roles and privileges from YML and LDAP.
* [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script.
* [ora2pg](http://ora2pg.darold.net) - Perl module to export an Oracle database schema to a PostgreSQL compatible schema.