drill

package module
v0.0.0-...-1a586ed Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2019 License: MIT Imports: 14 Imported by: 0

README

pinpt-logo

Golang SQL driver for Apache Drill database

Install

go get -u github.com/pinpt/go-drill

Usage

Use it like any normal SQL driver.

db, err := sql.Open("drill", "http://localhost:8047")

License

All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. Licensed under the MIT License

Documentation

Index

Constants

View Source
const DriverName = "drill"

DriverName is the public name of the driver

Variables

View Source
var ErrNonQueryNotSupported = errors.New("non queries not supported")

ErrNonQueryNotSupported is returned if a non query is executed

View Source
var ErrTransactionNotSupported = errors.New("transactions not supported")

ErrTransactionNotSupported is returned if transactions are attempted to be used

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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