pub async fn build_result_set(
stmt: &Statement,
params: &[&(dyn ToSql + Sync)],
transaction: &Transaction<'_>,
) -> Result<ResultSet, SqlMiddlewareDbError>Expand description
Build a result set from a Postgres query execution
ยงErrors
Returns errors from query execution or result processing.