Open thomaskchan opened 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)
this has been merged into my fork in another pr https://github.com/BenKnigge/sqly
This allows users of https://github.com/sijms/go-ora to use bindings without first having to do: