Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into 859
Browse files Browse the repository at this point in the history
  • Loading branch information
sar009 committed Feb 8, 2024
2 parents 8802e1b + f2a1b8d commit bd075c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
| Redshift | 🟒 | `redshift://<username>:<password>@<hostname>:5439/<database>` |
| DuckDB | 🟒 | `duckdb://<filepath>` |
| MotherDuck | 🟒 | `duckdb://<filepath>` |
| Microsoft SQL Server | 🟒 | `mssql://<user>:<password>@<host>/<database>/<schema>` |
| Microsoft SQL Server* | 🟒 | `mssql://<user>:<password>@<host>/<database>/<schema>` |
| Oracle | 🟑 | `oracle://<username>:<password>@<hostname>/servive_or_sid` |
| Presto | 🟑 | `presto://<username>:<password>@<hostname>:8080/<database>` |
| Databricks | 🟑 | `databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema>` |
Expand All @@ -176,6 +176,8 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
| Druid | πŸ“ | | |
| SQLite | πŸ“ | |

*MS SQL Server support is limited, with known performance issues that are addressed in Datafold Cloud.

* 🟒: Implemented and thoroughly tested.
* 🟑: Implemented, but not thoroughly tested yet.
* ⏳: Implementation in progress.
Expand Down

0 comments on commit bd075c5

Please sign in to comment.