Golang SQL driver for Apache Drill database
go get -u github.com/pinpt/go-drill
Use it like any normal SQL driver.
db, err := sql.Open("drill", "http://localhost:8047")
All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. Licensed under the MIT License