-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Consider using named parameters in queries #118
Comments
@vrom911 This is really cool. I agree we should introduce this. |
I was trying to look for an example, but can this be used with |
@rashadg1030 We don't have But you still can use named parameters in other functions that don't use |
I think that this issue is also unblocked. We can start using named parameters right now to avoid migration to this way later when there are more functions to refactor. So every SQL query that is not used under |
We can use postgresql-simple-named library for this.
The text was updated successfully, but these errors were encountered: