on Line `29` in file: `util.py` location: https://github.com/gianchub/sqlalchemy-diff/blob/master/sqlalchemydiff/util.py Should allow passing parameters like SSL like ```python connection = create_engine( 'mysql://{user}:{password}@{host}/{database}', connect_args={'ssl': {'ssl-mode': 'preferred'}} ) ```