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
Is your feature request related to a problem? Please describe.
Other than Postgres, no other service has been created.
Describe the solution you'd like
Create a MySQL service that implements the same DriverWrapper interface which the Postgres service has implemented (using mysql driver package).
Make sure that the MySQL service gets injected based on the user input.
Also, see to it that ssl config fields are included while generating connections.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Other than Postgres, no other service has been created.
Describe the solution you'd like
Create a MySQL service that implements the same DriverWrapper interface which the Postgres service has implemented (using mysql driver package).
Make sure that the MySQL service gets injected based on the user input.
Also, see to it that ssl config fields are included while generating connections.
The text was updated successfully, but these errors were encountered: