diff --git a/README.md b/README.md index 4353f00a..9a458787 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f | Redshift | 🟢 | `redshift://:@:5439/` | | DuckDB | 🟢 | `duckdb://` | | MotherDuck | 🟢 | `duckdb://` | -| Microsoft SQL Server | 🟢 | `mssql://:@//` | +| Microsoft SQL Server* | 🟢 | `mssql://:@//` | | Oracle | 🟡 | `oracle://:@/servive_or_sid` | | Presto | 🟡 | `presto://:@:8080/` | | Databricks | 🟡 | `databricks://:@//` | @@ -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.