PyODBC 🔌 and SQL Alchemy 🧪 to execute queries on multiple SQL Servers
Main use case is for hitting all client specific DBs for some sort of a bulk operation with one query that python runs on all your DBs
SQLAlchemy is the Python SQL toolkit ORM.
SQLAlchemy supports dialects for SQLite, Postgresql, MySQL, Oracle, MS-SQL, Firebird, Sybase and others