Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swlkr opened this issue Feb 18, 2024 · 0 comments
Open

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

swlkr opened this issue Feb 18, 2024 · 0 comments

Comments

@swlkr
Copy link
Owner

swlkr commented Feb 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant