# List of supported databases | Database | Status | Connection string | |-----------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| | PostgreSQL >=10 | 💚 | `postgresql://:@:5432/` | | MySQL | 💚 | `mysql://:@:5432/` | | Snowflake | 💚 | `"snowflake://[:]@//?warehouse=&role=[&authenticator=externalbrowser]"` | | BigQuery | 💚 | `bigquery:///` | | Redshift | 💚 | `redshift://:@:5439/` | | Oracle | 💛 | `oracle://:@/database` | | Presto | 💛 | `presto://:@:8080/` | | Databricks | 💛 | `databricks://:@//` | | Trino | 💛 | `trino://:@:8080/` | | Clickhouse | 💛 | `clickhouse://:@:9000/` | | Vertica | 💛 | `vertica://:@:5433/` | | DuckDB | 💛 | | | Dremio | 💛 | `dremio://[:]@:32010/?Token=&UseEncryption=&DisableCertificateVerification=` | | ElasticSearch | 📝 | | | Planetscale | 📝 | | | Pinot | 📝 | | | Druid | 📝 | | | Kafka | 📝 | | | SQLite | 📝 | | * 💚: Implemented and thoroughly tested. * 💛: Implemented, but not thoroughly tested yet. * ⏳: Implementation in progress. * 📝: Implementation planned. Contributions welcome. Is your database not listed here? We accept pull-requests!