What are the advantages and disadvantages of using pypyodbc, pymssql, and pyodbc? [closed]

久未见 提交于 2019-12-24 05:14:15

问题


I know that Pypyodbc is the newer version of Pyodbc. A question before asked about the comparison between these two but I want to add Pymssql into the mix.


回答1:


As of December 2019:

pyodbc is under active development, is officially supported by Microsoft (when using the current version of Microsoft's ODBC Driver for SQL Server), and has a couple of Microsoft employees contributing bug fixes and new features that relate to accessing SQL Server and Azure SQL.

pypyodbc came along after pyodbc but is not "the newer version of Pyodbc", it is an alternative pure-Python implementation. It has not seen an official release since January 2017.

pymssql lost a lot of momentum and has been discontinued.



来源:https://stackoverflow.com/questions/57063181/what-are-the-advantages-and-disadvantages-of-using-pypyodbc-pymssql-and-pyodbc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!