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 ability to run and scan raw queries #593

Closed
vmihailenco opened this issue Jun 27, 2022 · 2 comments
Closed

Add ability to run and scan raw queries #593

vmihailenco opened this issue Jun 27, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@vmihailenco
Copy link
Member

vmihailenco commented Jun 27, 2022

Something like this

err := db.Raw(query, args...).Scan(ctx, &dest)

See #592 for context

@vmihailenco vmihailenco added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 27, 2022
This was referenced Jun 28, 2022
@nanmu42
Copy link

nanmu42 commented Jul 6, 2022

This is a rather cool feature. 👍 I wonder, when will it be released?

@vmihailenco
Copy link
Member Author

Just tagged a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants