An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/pashagolub/pgxmock

package pgxmock is a mock library implementing pgx connector. Which has one and only purpose - to simulate pgx driver behavior in tests, without needing a real database connection. It helps to maintain correct **TDD** workflow. It does not require (almost) any modifications to your source code in order to test and mock database operations. Supports concurrency and multiple database mocking. The driver allows to mock any pgx driver method behavior.
14 versions
Latest release: almost 3 years ago
49 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/pashagolub/pgxmock

Dependent Repos 0