From d9270bbfb64f166114b2b3b2bbcbaf1d5d811590 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 22 Aug 2019 22:50:25 -0500 Subject: [PATCH] Add pglogrepl to related projects --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 519e7691..6b2cc634 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ Approximately 60 PostgreSQL types are supported including uuid, hstore, json, by pgproto3 provides standalone encoding and decoding of the PostgreSQL v3 wire protocol. This is useful for implementing very low level PostgreSQL tooling. +## github.com/jackc/pglogrepl + +pglogrepl provides function to act as a client for PostgreSQL logical replication. + ## github.com/jackc/pgx/v4/pgmock pgmock offers the ability to create a server that mocks the PostgreSQL wire protocol. This is used internally to test pgx by purposely inducing unusual errors. pgproto3 and pgmock together provide most of the foundational tooling required to implement a PostgreSQL proxy or MitM (such as for a custom connection pooler).