Documentation ¶
Overview ¶
Backported from pgx/v5: https://github.com/jackc/pgx/blob/v5.3.1/rows.go#L408
Index ¶
- func CollectRows[T any](rows pgx.Rows) ([]T, error)
- func CollectStrings(rows pgx.Rows) ([]string, error)
- func Connect(ctx context.Context, connString string, options ...func(*pgx.ConnConfig)) (*pgx.Conn, error)
- func GetColumnName(sf reflect.StructField) string
- func ScanRowToStruct(rows pgx.Rows, dst any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectRows ¶
CollectRows iterates through rows, calling fn for each row, and collecting the results into a slice of T.
func CollectStrings ¶
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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.