ihnokim / codepack

CodePack - A Python package to easily make, run, and manage workflows
MIT License
6 stars 0 forks source link

Update external modules #131

Open ihnokim opened 2 years ago

ihnokim commented 2 years ago

https://stackoverflow.com/questions/4960048/how-can-i-connect-to-mysql-in-python-3-on-windows https://docs.microsoft.com/ko-kr/sql/connect/python/python-driver-for-sql-server?view=sql-server-ver16 https://github.com/pymssql/pymssql/issues/668

TODO pymysql -> mysql-connector-python (official, python 3.10 support) pymssql -> pyodbc (Microsoft recommendation)

Warfront1 commented 1 year ago

The Pymssql project is no longer being discontinued. If you continue reading the linked issue you will see that the decision was made to continue the project. Pymssql is still fully supported and maintained.