哪个 Python (sqlalchemy) mssql DB API 在 Cygwin 中工作?
我正在尝试在 Cygwin 上使用 sqlalchemy 和 MSSQL 后端,但我似乎无法在 Cygwin 上安装任何 MSSQL Python DB API。有已知有效的吗?
I'm trying to use sqlalchemy on Cygwin with a MSSQL backend but I cannot seem to get any of the MSSQL Python DB APIs installed on Cygwin. Is there one that is known to work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FreeTDS + unixodbc + pyodbc 堆栈将在类 Unix 系统上工作,因此在 Cygwin 中应该同样工作。您应该使用 TDS 协议 8.0 版本。这可以在连接字符串中配置。
FreeTDS + unixodbc + pyodbc stack will work on Unix-like systems and should therefore work just as well in Cygwin. You should use version 8.0 of TDS protocol. This can be configured in connection string.