databricks / databricks-sql-go

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

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

Closed nithinkdb closed 9 months ago

nithinkdb commented 9 months ago

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

nithinkdb commented 9 months 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.