Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 474 Bytes
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