Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial SQL Server configuration docs #880

Merged
merged 12 commits into from
Feb 10, 2025
1 change: 1 addition & 0 deletions docs/reference/connectors/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ If you're getting started with a connector and want to connect it to your data s
- [MySQL](/reference/connectors/mysql/index.mdx)
- [Oracle](/reference/connectors/oracle/index.mdx)
- [PostgreSQL](/reference/connectors/postgresql/index.mdx)
- [SQL Server](/reference/connectors/sqlserver/index.mdx)
5 changes: 5 additions & 0 deletions docs/reference/connectors/sqlserver/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "SQL Server",
"position": 7
}

Loading
Loading