package
0.63.0
Repository: https://github.com/rickb777/sqlapi.git
Documentation: pkg.go.dev

# Structs

StubExecer provides a non-functioning Execer for testing purposes.
StubLogger provides a testingadapter.TestingLogger that captures logged information and optionally plays it through a child logger too.
StubRow provides a non-functioning pgxapi.SqlRows for testing purposes.

# Interfaces

TestingLogger interface defines the subset of testing.TB methods used by this adapter.

# Type aliases

StubRow provides a non-functioning pgxapi.SqlRow for testing purposes.