Not affiliated with Presto.
An ADBC driver for Presto, built on the presto-go-client.
Pre-packaged builds are not yet published. Once available from the Columnar CDN, they can be installed by any tool that supports ADBC Driver Manifests, such as dbc:
dbc install prestoSee Building if you would rather build the drivers yourself.
The driver accepts the following URI forms via the uri database option:
presto://user:pass@host:8080/catalog/schema— native form; unrecognized query parameters become Presto session propertieshttp://host:8080/catalog/schemaorhttps://host:8443/catalog/schemahost:8080— bare host and port (HTTP)
TLS is configured with the ssl_ca, ssl_cert, ssl_key, and
ssl_skip_verify query parameters, or implied by an https:// URI.
See CONTRIBUTING.md.
See CONTRIBUTING.md.