package
5.8.0
Repository: https://github.com/vgarvardt/gue.git
Documentation: pkg.go.dev

# Functions

OpenTestPoolLibPQ opens connections pool used in testing.
OpenTestPoolLibPQCustomSchemas opens connections pool used in testing with gue table installed to own schema and search_path set to two different schemas.
OpenTestPoolMaxConnsLibPQ opens connections pool used in testing.
OpenTestPoolMaxConnsPGXv4 opens connections pool used in testing.
OpenTestPoolMaxConnsPGXv5 opens connections pool used in testing.
OpenTestPoolPGXv4 opens connections pool used in testing.
OpenTestPoolPGXv5 opens connections pool used in testing.

# Variables

AllAdaptersOpenTestPool lists all available adapters with callbacks.

# Structs

CommandTag mock implementation of adapter.CommandTag.
Conn mock implementation of adapter.Conn.
ConnPool mock implementation of adapter.ConnPool.
Queryable mock implementation of adapter.Queryable.
Row mock implementation of adapter.Row.
Rows mock implementation of adapter.Rows.
Tx mock implementation of adapter.Tx.

# Type aliases

OpenOpenTestPoolMaxConns callback type for opening connection pool with custom max connections used in tests.
OpenTestPool callback type for opening connection pool with default parameters used in tests.