README ¶
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.
Click to show internal directories.
Click to hide internal directories.