databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
37 stars 41 forks source link

[PECO-1048] Add example for parameterized queries #168

Closed nithinkdb closed 1 year ago

nithinkdb commented 1 year ago

We don't currently have an example for parameterized queries, we should add one.

nithinkdb commented 1 year ago

As part of this PR please add a section in doc.go explaining the feature and how to use it. Including things like what happens when passing raw values or sql.NamedValue as parameters.

Adding in a future PR.