timescale / presto-go-client

Go client for Presto, based off of Trino client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%