Skip to content

timescale/presto-go-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presto Go client

A Presto client for the Go programming language, adapted from github.com/trinodb/trino-go-client (mostly just replacing "trino" with "presto" in the source files). See those docs for more details. Note that some Trino-specific features won't work with Presto.

License

Apache License V2.0, as described in the LICENSE file.

Build

You can build the client code locally and run tests with the following command:

go test -v -race -timeout 2m ./...

About

Go client for Presto, based off of Trino client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%