We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e06eb commit 3cf948eCopy full SHA for 3cf948e
docs/database.rst
@@ -125,4 +125,5 @@ Microsoft SQL Server
125
e = sqlalchemy.create_engine(mssql.get_connection_url())
126
result = e.execute("select @@VERSION")
127
128
-It uses the Microsoft-provided Docker image and requires the pymssql driver.
+It uses the Microsoft-provided Docker image and requires `ODBC Driver 17 for SQL Server
129
+<https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server>`_.
0 commit comments