Skip to content

With this class you can query your databases using 3 lines of Python code. It wraps SQLAlchemy and seamlessly handles SQL Server Port Forwarding and SSH Tunnel Creation for you.

License

Notifications You must be signed in to change notification settings

mirkosavasta/easyqueries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easyqueries

With this class you can query your databases using 3 lines of code. It's based on SQLAlchemy and seamlessly handles SQL Server Port Forwarding and SSH Tunnel creation for you. It converts SQL query results to pandas dataframes.

query = "SELECT * FROM table;"

with Connection("ENV_NAME") as conn:
    query_results = conn.get_dataframe(query)

About

With this class you can query your databases using 3 lines of Python code. It wraps SQLAlchemy and seamlessly handles SQL Server Port Forwarding and SSH Tunnel Creation for you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages