Closed
Description
Is your feature request related to a problem? Please describe.
The stdlib driver does not support sql.NamedArg.
Describe the solution you'd like
I'd like statements like INSERT INTO journal (time, login, content) VALUES (:time, :login, :content);
(or with @
instead of :
) to work.
Describe alternatives you've considered
I can use "pgx" directory with pgx.NamedArgs
Additional context
Nope.
Metadata
Metadata
Assignees
Labels
No labels