/go-drill

Golang SQL driver for Apache Drill database

Primary LanguageGoMIT LicenseMIT

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