# Functions
Row is a helper function that wraps sql rows to scan into a single struct.
RowMap is a helper function that wraps sql rows to scan into a single map[string]any.
Rows is a helper function that wraps sql rows to scan into a slice.
RowsMap is a helper function that wraps sql rows to scan into a slice of map[string]any.