Code Examples
- Bash
- TypeScript
- Python
- Rust
- Go
- Ruby
Besides the code samples shown above, Trino supports a variety of other official and unofficial SDKs. Please check the official Trino SDKs page to see which ones are available and to view their GitHub repositories for updated code samples and documentation.
Connection Parameters
For all SDK integrations, use the following connection parameters:| Parameter | Value |
|---|---|
| Host | trino.api.dune.com |
| Port | 443 |
| Username | dune |
| Password | Your Dune API key |
| Catalog | delta_prod |
| HTTP scheme | https |