package
1.2.0
Repository: https://github.com/pghq/go-store.git
Documentation: pkg.go.dev

# 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.