An open API service indexing awesome lists of open source software.

https://github.com/adbc-drivers/trino

ADBC driver for Trino. Not affiliated with Trino.
https://github.com/adbc-drivers/trino

adbc arrow database trino

Last synced: 3 months ago
JSON representation

ADBC driver for Trino. Not affiliated with Trino.

Awesome Lists containing this project

README

          

# ADBC Driver for Trino

Not affiliated with Trino.

An [ADBC driver](https://arrow.apache.org/adbc/) for Trino.

## Installation

Pre-packaged builds of the drivers in this repo have been made available for
various platforms from the [Columnar](https://columnar.tech) CDN. These can be
installed by any tool that supports [ADBC](https://arrow.apache.org/adbc/)
Driver Manifests, such as [dbc](https://columnar.tech/dbc):

```sh
dbc install trino
```

See [Building](#building) if you would rather build the drivers yourself.

## Usage

See examples for:

- [Go](https://github.com/columnar-tech/adbc-quickstarts/tree/main/go/trino)
- [Python](https://github.com/columnar-tech/adbc-quickstarts/tree/main/python/trino)
- [R](https://github.com/columnar-tech/adbc-quickstarts/tree/main/r/trino)
- [Rust](https://github.com/columnar-tech/adbc-quickstarts/tree/main/rust/trino)

## Building

See [CONTRIBUTING.md](CONTRIBUTING.md).

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).