From 0e36f6955df23807130593aea054afa711508a06 Mon Sep 17 00:00:00 2001 From: Arjun Lall Date: Fri, 9 Feb 2024 01:04:20 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54e1ebb..ffb11d0 100644 --- a/README.md +++ b/README.md @@ -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.