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

Commit

Permalink
clarify that SQL Server support is limited
Browse files Browse the repository at this point in the history
  • Loading branch information
leoebfolsom committed Feb 7, 2024
1 parent cac665b commit 3766ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -175,6 +175,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
| Pinot | πŸ“ | |
| 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.
Expand Down

0 comments on commit 3766ae3

Please sign in to comment.