Add pglogrepl to related projects

pull/586/head
Jack Christensen 2019-08-22 22:50:25 -05:00
parent 99e5461522
commit d9270bbfb6
1 changed files with 4 additions and 0 deletions

View File

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