go-dremio

command module
v0.0.0-...-78193eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2019 License: MIT Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL