Skip to content
/ PySQL Public

Experimenting with Python, PyODBC, and SQL Alchemy to execute queries on multiple SQL Servers.

Notifications You must be signed in to change notification settings

xmlns/PySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

PySQL

Experimenting with Python, PyODBC 🔌, and SQL Alchemy 🧪 to execute queries on multiple SQL Servers

Story

Do you refresh your QA environments often?
Do you have to manually run SQL transactions on all those environments to regain admin privileges?
Not too long ago I decided I did not want to keep doing this every time we refreshed our DBs!

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper.
SQLAlchemy supports dialects for SQLite, Postgresql, MySQL, Oracle, MS-SQL, Firebird, Sybase and others

About

Experimenting with Python, PyODBC, and SQL Alchemy to execute queries on multiple SQL Servers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages