SQL Server requires the optionalDocumentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
pymssql dependency:
Connection config
| Field | Description |
|---|---|
host | SQL Server hostname (default: localhost). Also accepts server as an alias. |
port | SQL Server port (default: 1433) |
user | Database user (default: sa). Also accepts username as an alias. |
password | Database password |
database | Database name (default: master). Also accepts dbname as an alias. |
connection are passed to pymssql.connect(). See the pymssql documentation for all available options.

