jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

Add binds for pgx driver w/ explicit version in name #938

Open prochac opened 3 months ago

prochac commented 3 months ago

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