Created
October 13, 2020 15:53
-
-
Save phillipsj/aff36679d7ffd91b3e7d73a1044c58fe to your computer and use it in GitHub Desktop.
Create SQL Alchemy Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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