Versions in this module Expand all Collapse all v1 v1.23.1 Aug 17, 2026 v1.23.0 Aug 17, 2026 v1.22.0 Aug 17, 2026 Changes in this version + func QueryReturningById[T any](ctx context.Context, id string, query string, database *sql.DB, ...) (T, error) + func WithTx[T any](ctx context.Context, database *sql.DB, txCaller tx_caller.TxCaller[T]) (T, error)