postgres

package
v0.0.0-...-84b72f1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNowRows = pgx.ErrNoRows
)

Functions

This section is empty.

Types

type DB

type DB struct {
	Pool *pgxpool.Pool
}

func New

func New(ctx context.Context, builder *DSNBuilder) (*DB, error)

func (*DB) Close

func (db *DB) Close()

type DSNBuilder

type DSNBuilder struct {
	Host     string
	Port     string
	Name     string
	Username string
	Password string
	SSLMode  string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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