This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 一、在m1 mac下使用pyodbc (大坑,需要修改tsl协议版本,不建议使用)
参考官方文档 https://github.com/mkleehammer/pyodbc/wiki
```shell
# 1.安装odbc
brew update
brew install unixodbc
# 2.安装sqlserver linux驱动
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release