You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: