Versions in this module Expand all Collapse all v0 v0.0.2 Feb 25, 2025 v0.0.1 Nov 7, 2024 Changes in this version + type DBQuerier struct + func NewQuerier(conn genericConn) *DBQuerier + func (q *DBQuerier) OutParams(ctx context.Context) ([]OutParamsRow, error) + func (q *DBQuerier) OutParamsBatch(batch genericBatch) + func (q *DBQuerier) OutParamsScan(results pgx.BatchResults) ([]OutParamsRow, error) + type ListItem struct + Color *string + Name *string + type ListStats struct + Val1 *string + Val2 []*int32 + type OutParamsRow struct + Items []ListItem + Stats ListStats + type Querier interface + OutParams func(ctx context.Context) ([]OutParamsRow, error) + OutParamsBatch func(batch genericBatch) + OutParamsScan func(results pgx.BatchResults) ([]OutParamsRow, error)