ryzz
ryzz copied to clipboard
Add Row type alias to hashmap and .rows() fn
Having to type out every row is a bummer. The .rows() fn will return a Vec<HashMap<&str, Value>> and allow you to drive your queries from sql without having to have a struct for every query