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.
- Host: GitHub
- URL: https://github.com/adbc-drivers/trino
- Owner: adbc-drivers
- License: apache-2.0
- Created: 2025-09-16T02:06:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T07:50:34.000Z (3 months ago)
- Last Synced: 2026-03-03T10:51:32.867Z (3 months ago)
- Topics: adbc, arrow, database, trino
- Language: C
- Homepage: https://docs.adbc-drivers.org/drivers/trino
- Size: 333 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE.txt
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).