# List of supported databases | Database | Status | Connection string | |---------------|-------------------------------------------------------------------------------------------------------------------------------------|--------| | PostgreSQL >=10 | 💚 | `postgresql://:@:5432/` | | MySQL | 💚 | `mysql://:@:5432/` | | Snowflake | 💚 | `"snowflake://[:]@//?warehouse=&role=[&authenticator=externalbrowser]"` | | Redshift | 💚 | `redshift://:@:5439/` | | DuckDB >= 0.6 | 💚 | `duckdb://` | | Trino | 💚 | `trino://:@:8080/` | | BigQuery | 💛 | `bigquery:///` | | Oracle | 💛 | `oracle://:@/database` | | Presto | 💛 | `presto://:@:8080/` | | Vertica | 💛 | `vertica://:@:5433/` | | Clickhouse | 💛 | `clickhouse://:@:9000/` | | Databricks | 💛 | `databricks://:@//` | | SQLite | 📝 | | * 💚: Implemented and thoroughly tested. * 💛: Implemented, but not thoroughly tested yet. * ⏳: Implementation in progress. * 📝: Implementation planned. Contributions welcome. #### Looking for a database not on the list? If a database is not on the list, we'd still love to support it. [Please open an issue](https://github.com/erezsh/reladiff/issues) to discuss it, or vote on existing requests to push them up our todo list. We also accept pull-requests!