databricks-sql-go
databricks-sql-go copied to clipboard
Expose dbsql.connOption type
Fixes: https://github.com/databricks/databricks-sql-go/issues/201
That way we can programmatically add arguments to the NewConnector function instead of copy/pasting all of them across conditionals.