Registry / testing / pashagolub-pgxmock-v2

pashagolub-pgxmock-v2

JSON →
library2.12.0gogounverified

A mock library implementing pgx connector for testing database operations without a real connection.

go get github.com/pashagolub/pgxmock/v2
INSTALL
IMPORT
SIG · PASHAGOLUB-PGXMOCK
P
pashagolub-pgxmock-v2
testinggov2.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pgxmock
github.com/pashagolub/pgxmock/v2

Create a new pgx mock pool

package main import ( "github.com/pashagolub/pgxmock/v2" ) func main() { mock, _ := pgxmock.NewPool() defer mock.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
pashagolub-pgxmock-v2 — go get pashagolub-pgxmock-v2 · libregistry