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 bind for go-ora driver ("oracle"). #856

Open thomaskchan opened 1 year ago

thomaskchan commented 1 year ago

This allows users of https://github.com/sijms/go-ora to use bindings without first having to do:

sqlx.BindDriver("oracle", sqlx.NAMED)
BenKnigge commented 1 year ago

this has been merged into my fork in another pr https://github.com/BenKnigge/sqly