This repo contains a Databricks SQL Driver for Go's database/sql package. It can be used to connect and query Databricks clusters and SQL Warehouses.
The driver comes in the form of a single jar file. To use it, simply place it on the classpath of the Java application that needs to use it. If using with JDBC compatible BI tools, refer to the tool ...