# Packages
No description provided by the author
# Functions
New creates a new pg database db.
WithConnectTimeout configure pg with custom connect timeout.
WithMaxConnLifetime configure pg with custom max connection lifetime.
WithMaxConns configure pg with custom max connections.
# Variables
ErrBadValue is returned for encoding errors.
ErrNotFound is returned for get ops with no results.
ErrUnique is return for write ops that violate unique constraint.
# Structs
Provider to sql database.
ProviderConfig custom options for pg configuration.
# Type aliases
Option A sql db option.