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

Proposal: Add NamedGet and NamedSelect Methods to sqlx #33

Open
hirasawayuki opened this issue Mar 15, 2024 · 1 comment
Open

Proposal: Add NamedGet and NamedSelect Methods to sqlx #33

hirasawayuki opened this issue Mar 15, 2024 · 1 comment

Comments

@hirasawayuki
Copy link
Contributor

Proposal:
I propose the addition of two new methods, NamedGet and NamedSelect, to the sqlx library. These methods would work similarly to their counterparts but would allow for the use of named parameters, enhancing consistency and usability for developers who prefer or require named parameters in their queries.

Looking forward to hearing your thoughts and feedback on this proposal.

@uvulpos
Copy link
Member

uvulpos commented Mar 15, 2024

Sounds like an idea to me, we could do. But then we would need documentation for this. So we need a follow-up issue to set up gh-pages with the documentation and update it.

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

2 participants