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

pinpt/go-dremio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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