ryzz icon indicating copy to clipboard operation
ryzz copied to clipboard

Add Row type alias to hashmap and .rows() fn

Open swlkr opened this issue 1 year ago • 0 comments

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

swlkr avatar Feb 18 '24 19:02 swlkr