Skip to main content

RowMap

Type Alias RowMap 

Source
pub type RowMap = IndexMap<String, Value>;
Expand description

A row returned from a SQL query, represented as an ordered map of column name → JSON value. Database-agnostic.

Aliased Type§

pub struct RowMap { /* private fields */ }