pgxv5

package
v1.223.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Backported from pgx/v5: https://github.com/jackc/pgx/blob/v5.3.1/rows.go#L408

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollectRows

func CollectRows[T any](rows pgx.Rows) ([]T, error)

CollectRows iterates through rows, calling fn for each row, and collecting the results into a slice of T.

func CollectStrings

func CollectStrings(rows pgx.Rows) ([]string, error)

func Connect added in v1.185.0

func Connect(ctx context.Context, connString string, options ...func(*pgx.ConnConfig)) (*pgx.Conn, error)

Extends pgx.Connect with support for programmatically overriding parsed config

func GetColumnName added in v1.203.0

func GetColumnName(sf reflect.StructField) string

func ScanRowToStruct

func ScanRowToStruct(rows pgx.Rows, dst any) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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