Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
AWS Athena would be a nice addition to the supported databases. Athena is a managed service that enables making SQL queries to data stored in S3. Under the hood it uses Presto.
You can connect to Athena with JDBC or ODBC drivers so maybe #245 would get us there.
Or you can use AWS credentials and the Athena API to issue StartQueryExecution and GetQueryResults calls.