databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Golang database/sql driver for Databricks SQL.

Results 63 databricks-sql-go issues
Sort by recently updated
recently updated
newest added

I can't execute two queries which are `;` separated. Is it possible to add this feature so that network latency doesn't add up in multiple query executions. **query** ``` CREATE...

We have come across a situation where we would need to leverage a custom SSL certificate to connect to Databricks for connections flowing through a VPN. I looked through the...