Golang SQL driver for Dremio
go get -u github.com/pinpt/go-dremio
Use it like any normal SQL driver.
db, err := sql.Open("dremio", "https://user:pass@dremio.example.com")
You can optionally provide the following query parameters to tune the driver:
pagesize
: tune the size of each page when fetching multiple pages. must be between 1-500. defaults to 500context
: an optional path for the query to run in. defaults to empty string (no context)
All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. Licensed under the MIT License