Runs a checked row query that returns all rows.
Future<Result<List<T>, SqlxError>> fetchAll<T>( String sql, List<Object?> parameters, RowMapper<T> mapper, );