pub type RowMap = IndexMap<String, Value>;
A row returned from a SQL query, represented as an ordered map of column name → JSON value. Database-agnostic.
pub struct RowMap { /* private fields */ }