Skip to content

Instantly share code, notes, and snippets.

View vinicius-solon-silva's full-sized avatar
🌩️
In the Clouds

Vinicius Solon Silva vinicius-solon-silva

🌩️
In the Clouds
View GitHub Profile
@eshirazi
eshirazi / sqlalchemy_azure_mssql_pyodbc.py
Created April 25, 2019 09:49
SQLAlchemy connect to Azure SQL, using PyODBC
# On mac, run these first:
# - brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
# - brew update
# - brew install msodbcsql17 mssql-tools
#
# Install requirements:
# - pip install pyodbc sqlalchemny
import urllib
from sqlalchemy import create_engine