1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-27 23:32:48 +02:00

Update README.md

This commit is contained in:
Arjun Lall
2024-02-09 01:04:20 -08:00
committed by GitHub
parent 1e56ef6fb2
commit 0e36f6955d

View File

@@ -159,6 +159,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.
* [bemi](https://github.com/BemiHQ/bemi) - Automatic data change tracking for PostgreSQL
* [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases.
* [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) - Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
* [ldap2pg](https://github.com/dalibo/ldap2pg) - Synchronize roles and privileges from YML and LDAP.