//
pkg.gl
Category
github.com/yogenyslav/pkg
storage
postgres
package
0.4.0
Repository:
https://github.com/yogenyslav/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
216 SLOC
#
Functions
New
New creates a new Postgres instance.
#
Variables
ErrCreatePostgres
ErrCreatePostgres is an error when a connection to postgres can't be established.
#
Structs
Config
Config is the configuration for the PostgreSQL client.
Postgres
Postgres wraps pgxpool.Pool and adds tracer to all operations.