Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 375 Bytes

File metadata and controls

9 lines (5 loc) · 375 Bytes

PySQL

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