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
- Host: GitHub
- URL: https://github.com/lwch/presto
- Owner: lwch
- Created: 2020-09-02T16:02:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T13:44:00.000Z (over 4 years ago)
- Last Synced: 2025-01-03T17:32:55.517Z (4 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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&...¶mN=valueN]