postgres

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(c PgxPoolCfg) (*pgxpool.Pool, error)

Types

type Extra

type Extra struct {
	MaxOpenConnections int32
	MinOpenConnections int32
}

type PgxPoolCfg

type PgxPoolCfg struct {
	Host     string
	Port     int
	User     string
	Password string
	Database string
	SSLMode  string
	Timeout  time.Duration
	Extra    Extra
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL