Skip to main content

parse_pg_rows

Function parse_pg_rows 

Source
pub fn parse_pg_rows(
    rows: &[PgRow],
    record_type: &RecordType,
) -> Result<ServerRecords, SqlError>
Expand description

Parses Postgres rows into ServerRecords based on RecordType