databricks / databricks-sql-go

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

Updated doc.go for retrieving query id and connection id #148

Closed rcypher-databricks closed 11 months ago

rcypher-databricks commented 11 months ago

Added an example to doc.go showing how to register callbacks in the query context to retrieve the connection and query Id.