pgxv5

package
v1.187.1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 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 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