Replies: 1 comment
-
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.
-
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
mysql-python
you create a new one which I presume will be different and better than the existing two solutions in some ways. Could you please add a FAQ or docs entry explaining briefly from end-user perspective how it compares to the existing packages?Beta Was this translation helpful? Give feedback.
All reactions