# Packages

Package mock_pgxs is a generated GoMock package.

# Functions

NewPool creates a new Repo with a configured PostgreSQL connection pool.
QuoteString removes single quotes (') and percentage signs (%) from the given string.

# Variables

ErrEmptyConfig is returned when the PSQL Config is empty.

# Structs

Config is structure that stores data for connecting to a database.
Repo is structure for interacting with the database, storing a pool, logger and config.

# Interfaces

No description provided by the author