2
0

Update README.md

add pgxmock description
This commit is contained in:
Pavlo Golub
2023-05-30 19:18:44 +02:00
committed by Jack Christensen
parent 9720d0d63f
commit c7733fe52e
+5
View File
@@ -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.