Documentation ¶
Index ¶
- func OpenTestPoolGoPGv10(t testing.TB) adapter.ConnPool
- func OpenTestPoolLibPQ(t testing.TB) adapter.ConnPool
- func OpenTestPoolLibPQCustomSchemas(t testing.TB, gueSchema, secondSchema string) adapter.ConnPool
- func OpenTestPoolMaxConnsGoPGv10(t testing.TB, maxConnections int32) adapter.ConnPool
- func OpenTestPoolMaxConnsLibPQ(t testing.TB, maxConnections int, gueSchema, secondSchema string) adapter.ConnPool
- func OpenTestPoolMaxConnsPGXv3(t testing.TB, maxConnections int) adapter.ConnPool
- func OpenTestPoolMaxConnsPGXv4(t testing.TB, maxConnections int32) adapter.ConnPool
- func OpenTestPoolPGXv3(t testing.TB) adapter.ConnPool
- func OpenTestPoolPGXv4(t testing.TB) adapter.ConnPool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenTestPoolGoPGv10 ¶ added in v2.2.0
OpenTestPoolGoPGv10 opens connections pool used in testing
func OpenTestPoolLibPQ ¶
OpenTestPoolLibPQ opens connections pool used in testing
func OpenTestPoolLibPQCustomSchemas ¶ added in v2.1.0
OpenTestPoolLibPQCustomSchemas opens connections pool used in testing with gue table installed to own schema and search_path set to two different schemas
func OpenTestPoolMaxConnsGoPGv10 ¶ added in v2.2.0
OpenTestPoolMaxConnsGoPGv10 opens connections pool used in testing
func OpenTestPoolMaxConnsLibPQ ¶
func OpenTestPoolMaxConnsLibPQ(t testing.TB, maxConnections int, gueSchema, secondSchema string) adapter.ConnPool
OpenTestPoolMaxConnsLibPQ opens connections pool used in testing
func OpenTestPoolMaxConnsPGXv3 ¶
OpenTestPoolMaxConnsPGXv3 opens connections pool used in testing
func OpenTestPoolMaxConnsPGXv4 ¶
OpenTestPoolMaxConnsPGXv4 opens connections pool used in testing
func OpenTestPoolPGXv3 ¶
OpenTestPoolPGXv3 opens connections pool used in testing
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.