How does mysql-python compare to pymssql and pyodbc? #21
-
So far I was using pymssql and pyodbc to connect to MSSQL and Azure SQL from Python. Both mostly work OK with some issues, and it was never clear to me which one was better or recommended. Now with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thank you for your feedback! We understand that choosing the right SQL driver can be confusing, especially with multiple options available. Our goal with the new mssql-python driver is to provide a modern, well-supported, and performant solution for connecting to Microsoft SQL Server and Azure SQL from Python. Specifically, we aim to bring improved reliability, better async support, and a more streamlined developer experience. Here is our roadmap: https://github.com/microsoft/mssql-python/blob/alpha/ROADMAP.md In the meantime, if there are specific aspects you’re curious about, feel free to ask—we’d love to hear what’s most important to you! |
Beta Was this translation helpful? Give feedback.
new article about the benchmark
https://devblogs.microsoft.com/python/mssql-python-vs-pyodbc-benchmarking-sql-server-performance/
Im curious to see the benchmark with connector-x on select
https://github.com/sfu-db/connector-x