Skip to main content

SqlRow

Type Alias SqlRow 

Source
pub type SqlRow = HashMap<String, Value>;
Expand description

A SQL row contains named values (for SQL engine)

Aliased Typeยง

pub struct SqlRow { /* private fields */ }