# 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.