# Functions

No description provided by the author
DummyQuotedWriteFunc is the dummy writer for the quoted words.
Incrementor is the function that returns next query increment value.
PoolConfig gets the pool configuration from the provided repository options.
ResetIncrementor resets query's incrementor.
StringIncrementor is the function that returns next query increment value in a string form.
TestingPostgresConfig gets postgres config from the POSTGRES_TESTING environment variable.

# Variables

IncrementorKey is the scope's context key used to save current incrementor value.

# Structs

No description provided by the author
Query is a single query input for the DummyBatch.

# Interfaces

Batch is the interface used for the batch queries.
Connection is the interface for the connection.

# Type aliases

QuotedWordWriteFunc is the writer for the quoted words.