# 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 Record.
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 Record.
# Type aliases
Record is a type alias for map[string]any.