jaimegildesagredo/cormoran

Connect using uri parameters instead of the entire uri

jaimegildesagredo opened this issue · 0 comments

Instead of using an entire connection uri I want to connect to a database using a few uri parameters.

connection = connect(schema='mysql', database='example-db',
    host='database.example.com')