An open API service indexing awesome lists of open source software.

https://github.com/lwch/presto

Go presto client for package database/sql
https://github.com/lwch/presto

Last synced: 2 months ago
JSON representation

Go presto client for package database/sql

Awesome Lists containing this project

README

        

# Go-Presto-Driver

A Presto-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) package

## DSN (Data Source Name)

http-schema://[username[:password]@]address/dbname[?param1=value1&...&paramN=valueN]