Golang SQL driver for Dremio
Install
go get -u github.com/pinpt/go-dremio
Usage
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 500
context
: an optional path for the query to run in. defaults to empty string (no context)
License
All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. Licensed under the MIT License