a useful library to facilitate interfacing with MsSql databases and enabling or simplifying functionality that otherwise does not exist or is difficult to compose
basic usage
pip install mssql
From MsSql import MsSql
ms = MsSql(host='', db_name='', user='', pw='', driver='')
ms.session_conn() #this returns a sql alchemy engine session