/learningPyodbc

Me messing with SQL Server and MySQL in Python

Primary LanguagePython

learningPyodbc

Me messing with SQL Server and MySQL in Python

So here's some code I wrote when learning how to talk with databases in Python. I decided to use PyODBC because it can talk to multipe database engines via drivers (even though the drivers for MacOS are a pain in the balz). I have code for SQL Server and MySQL, because those are the two DB servers I care about.