pgxv5

package
v1.167.4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: MIT Imports: 5 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 added in v1.126.0

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

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