You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,14 @@ DBHub supports the following database connection string formats:
194
194
| SQL Server |`sqlserver://[user]:[password]@[host]:[port]/[database]`|`sqlserver://user:password@localhost:1433/dbname`|
195
195
| SQLite |`sqlite:///[path/to/file]` or `sqlite::memory:`|`sqlite:///path/to/database.db` or `sqlite::memory:`|
196
196
197
+
#### SQL Server
198
+
199
+
Extra query parameters:
200
+
201
+
#### authentication
202
+
203
+
-`authentication=azure-active-directory-access-token`. Only applicable when running from Azure. See [DefaultAzureCredential](https://learn.microsoft.com/en-us/azure/developer/javascript/sdk/authentication/credential-chains#use-defaultazurecredential-for-flexibility).
204
+
197
205
### Transport
198
206
199
207
-**stdio** (default) - for direct integration with tools like Claude Desktop:
0 commit comments