sqlx
sqlx copied to clipboard
Add binds for pgx driver w/ explicit version in name
The jackc's pgx driver does support multiple version through driver name containing major version. This doesn't work out of the box with named parameters.
https://github.com/jackc/pgx/issues/1480