pub fn query_opt_with_params( query_str: &str, params: &QueryParams, ) -> Result<Option<Row>, Error>
Execute a query with the parameter builder and return an optional row