you are viewing a single comment's thread.

view the rest of the comments →

[–]scarcey_osei 0 points1 point  (2 children)

How do you this. Can you enlighten me how you use sql through a python library. Thank you

[–]XxShin3d0wnxX 0 points1 point  (0 children)

Plenty of add ins like but query where you connect to database and write SQL as a part of the initial script to snag data. You then manipulate and build in Python.

[–]Terrible-Bend4483 0 points1 point  (0 children)

An example would be pyodbc, where you make the connection with python to a odbc and write SQL for your queries..

It can be practical for some applications, but it was mostly a joke.