From 27a069cea35e4faf9943022dab91b1144d4481ed Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 30 Mar 2020 15:09:40 -0500 Subject: [PATCH] List pgerrcode in related libraries --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index be1fb3cb..239ed2dc 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,7 @@ pgmock offers the ability to create a server that mocks the PostgreSQL wire prot ### [github.com/jackc/tern](https://github.com/jackc/pgmock) tern is a stand-alone SQL migration system. + +### [github.com/jackc/pgerrcode](https://github.com/jackc/pgerrcode) + +pgerrcode contains constants for the PostgreSQL error codes.