SingleValueMapper
Creates a mapper that extracts a single value from the first column of the result set.
This mapper is highly optimized for "scalar" queries.
Return
A mapper returning a single value or throwing io.github.octaviusframework.db.api.exception.ConversionException on type mismatch or unexpected null.
Parameters
kType
The expected Kotlin type of the field, used for validation and nullability checks.