Something like pgx.StrictStructArgs`Slic`
Author: kkrimeCreated Jun 8, 2026Updated Jun 20, 2026
Is your feature request related to a problem? Please describe.
In sqlx using NamedQuery in an INSERT statement, you can pass in an slic of structs with db tags and it would go though each element in the array and append the VALUES (..)
Describe the solution you'd like Could this be done in pgx?
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Source: jackc/pgx