Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created October 13, 2020 15:53
Show Gist options
  • Save phillipsj/aff36679d7ffd91b3e7d73a1044c58fe to your computer and use it in GitHub Desktop.
Save phillipsj/aff36679d7ffd91b3e7d73a1044c58fe to your computer and use it in GitHub Desktop.
Create SQL Alchemy Engine
engine = create_engine(
"mssql+pyodbc://sa:ThisIsAReallyCoolPassword123@localhost:1633/AdventureWorks2019?driver=ODBC+Driver+17+for+SQL+Server")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment