Is your feature request related to a problem? Please describe. Today mssql-python passes the connection string to the underlying implementation i.e. the ODBC driver for SQL server. While doing so, the ...
have the connection string as: server=localhost;port=1433;user id=sa;password=raja;database=master;app name=vault; invoke the API to configure the connection: /mssql ...