pub type Row = HashMap<String, String>;
Query result row as a HashMap of column name -> string value.
pub struct Row { /* private fields */ }