From c7733fe52efc445f13fe9dd3e1b829587400dfb2 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Tue, 30 May 2023 19:18:44 +0200 Subject: [PATCH] Update README.md add pgxmock description --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab3f5ea7..f5b0c584 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,11 @@ These adapters can be used with the tracelog package. ## 3rd Party Libraries with PGX Support +### [github.com/pashagolub/pgxmock](https://github.com/pashagolub/pgxmock) + +pgxmock is a mock library implementing pgx interfaces. +pgxmock has one and only purpose - to simulate pgx behavior in tests, without needing a real database connection. + ### [github.com/georgysavva/scany](https://github.com/georgysavva/scany) Library for scanning data from a database into Go structs and more.