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

Commit b75ceea

Browse files
authored
clarify that SQL Server support is limited (#864)
1 parent cac665b commit b75ceea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
163163
| Redshift | 🟢 | `redshift://<username>:<password>@<hostname>:5439/<database>` |
164164
| DuckDB | 🟢 | `duckdb://<filepath>` |
165165
| MotherDuck | 🟢 | `duckdb://<filepath>` |
166-
| Microsoft SQL Server | 🟢 | `mssql://<user>:<password>@<host>/<database>/<schema>` |
166+
| Microsoft SQL Server* | 🟢 | `mssql://<user>:<password>@<host>/<database>/<schema>` |
167167
| Oracle | 🟡 | `oracle://<username>:<password>@<hostname>/servive_or_sid` |
168168
| Presto | 🟡 | `presto://<username>:<password>@<hostname>:8080/<database>` |
169169
| Databricks | 🟡 | `databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema>` |
@@ -175,6 +175,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
175175
| Pinot | 📝 | |
176176
| Druid | 📝 | | |
177177
| SQLite | 📝 | |
178+
*MS SQL Server support is limited, with known performance issues that are addressed in Datafold Cloud.
178179

179180
* 🟢: Implemented and thoroughly tested.
180181
* 🟡: Implemented, but not thoroughly tested yet.

0 commit comments

Comments
 (0)