2
0

Merge pull request #704 from OberstK/patch-1

Fix of Link in Readme
This commit is contained in:
Jack Christensen
2020-03-31 09:09:49 -05:00
committed by GitHub
+1 -1
View File
@@ -181,7 +181,7 @@ pglogrepl provides functionality to act as a client for PostgreSQL logical repli
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).
### [github.com/jackc/tern](https://github.com/jackc/pgmock)
### [github.com/jackc/tern](https://github.com/jackc/tern)
tern is a stand-alone SQL migration system.