Versions in this module Expand all Collapse all v2 v2.0.1 Feb 17, 2022 Changes in this version type PGXer + func NewPgxFromURI(uri string) (PGXer, error) v2.0.0 Feb 16, 2022 Changes in this version + var ErrConnBusy = errors.New("conn is busy") + var ErrDeadConn = errors.New("conn is dead") + var ErrInvalidLogLevel = pgx.ErrInvalidLogLevel + var ErrNoRows = pgx.ErrNoRows + var ErrNotificationTimeout = errors.New("notification timeout") + var ErrTLSRefused = errors.New("server refused TLS connection") + type CommandTag pgconn.CommandTag + type CopyFromSource pgx.CopyFromSource + func CopyFromRows(rows [][]interface{}) CopyFromSource + type Identifier pgx.Identifier + type Mocker interface + QueriesRun func() []onedb.MethodsRun + SaveMethodCall func(name string, arguments []interface{}) + VerifyNextCommand func(t *testing.T, name string, expected ...interface{}) + func NewMock(copyFromErr, execErr error, data ...interface{}) Mocker + type Oid uint32 + type PGXQuerier interface + type PGXer interface + func NewPgx(connectionString string) (PGXer, error) + type ProtocolError string + type Rower interface + Columns func() ([]string, error) + Err func() error + FieldDescriptions func() []pgproto3.FieldDescription + Next func() bool + Values func() ([]interface{}, error) + type Txer interface + Commit func() error + Conn func() *pgx.Conn + Rollback func() error + Status func() int8 Other modules containing this package github.com/6degreeshealth/onedb github.com/6degreeshealth/onedb/pgx