You are viewing a single comment's thread from:
RE: DIY Steemit Statistics with Python: Part 1 - Counting Users
Just an update for anyone else who has found this excellent tutorial, the pymssql driver is a little difficult to install nowadays and in a quasi-dead state.
You can also use the pydobc
package like so:
import pydobc
url = "mssql+pyodbc://steemit:[email protected]/DBSteem?driver=SQL+Server+Native+Client+11.0"