pub type SqlRow = HashMap<String, Value>;
A SQL row contains named values (for SQL engine)
pub struct SqlRow { /* private fields */ }