We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, i love what you did there, i wonder if the struct used in your example implement the scanner interface to avoid using reflect ?
The text was updated successfully, but these errors were encountered:
Hello @emilien-puget, thanks for reaching out!
This is not something I had considered, but it's an interesting idea.
Last I checked the Scanner interface was designed for individual column values, so it wouldn't work in this case, but I'll double check.
Nevertheless, this is a relevant suggestion, the package could offer a way to bypass reflection by having the row type implement an interface.
Sorry, something went wrong.
No branches or pull requests
hello, i love what you did there, i wonder if the struct used in your example implement the scanner interface to avoid using reflect ?
The text was updated successfully, but these errors were encountered: