Registry / database / prestodb-presto-go-client

prestodb-presto-go-client

JSON →
library1.0.0gogounverified

Package presto-go-client is a Go client for Presto, enabling query execution and result retrieval.

go get github.com/prestodb/presto-go-client
INSTALL
IMPORT
SIG · PRESTODB-PRESTO-GO
P
prestodb-presto-go-client
databasegov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

presto
github.com/prestodb/presto-go-client

Creates a Presto client and prints it.

package main import ( "fmt" "github.com/prestodb/presto-go-client" ) func main() { client := presto.NewClient("http://localhost:8080", "user", "catalog", "schema") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
prestodb-presto-go-client — go get prestodb-presto-go-client · libregistry