Database | Connection String URI format |
---|---|
MySQL | mysql+pymysql://user:pass@localhost:3306/db |
PostgreSQL | postgresql+psycopg2://user:pass@localhost:5432/db |
Trino | trino://user:pass@host:port/catalog/schema |
Athena (AWS) | awsathena+rest://<AWS_ACCESS_KEY_ID>:<AWS_SECRET_ACCESS_KEY>@athena.<aws-region>.amazonaws.com/<database>?s3_staging_dir=<s3_bucket_for_storing_results> |