Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 761 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 761 Bytes
pinpt-logo

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