Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPgxFailedToParseConfig = errors.New("pgx failed to parse config") ErrPgxFailedToConnect = errors.New("pgx failed to connect") )
Functions ¶
This section is empty.
Types ¶
type PostgresClient ¶
func NewPostgresClient ¶
func NewPostgresClient(connectionString string) (*PostgresClient, error)
Click to show internal directories.
Click to hide internal directories.