You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
ENH: Allow MySQL driver options to be specified in database.ini
For example to connect over SSL:
database.params.driver_options.1010 = "/path/to/client-key.pem"
database.params.driver_options.1011 = "/path/to/client-cert.pem"
database.params.driver_options.1012 = "/path/to/ca-cert.pem"
0 commit comments