Install pyodbc: SqlServer
SqlServer - install pyodbc
This is included in Docker, but not for local installs. To install pyodbc
(either global to your machine, or within a venv
):
- Linux
- Mac - using brew:
Install the Microsoft ODBC driver, then:
- Windows - not resolved - this approach is not tested
Please see the examples on the testing for important considerations in specifying SQLAlchemy URIs.
Limitations - SqlServer Sort fields
Note Sql/Server may not sort on certain fields such as images or long text. This shows up, for example, in the Docker SqlServer sample database for Category
. So, when testing these in Swagger, modify your Sort fields accordingly.