Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL DB SSL support #1752

Open
pcfreak30 opened this issue Dec 16, 2024 · 0 comments
Open

MySQL DB SSL support #1752

pcfreak30 opened this issue Dec 16, 2024 · 0 comments
Milestone

Comments

@pcfreak30
Copy link

pcfreak30 commented Dec 16, 2024

Description

I have found that the current MySQL config at

func Open(user, password, addr, dbName string) (*dsql.DB, error) {
hard codes most DSN options.

I would like to see either the ability to pass on a miscellaneous set of query args to the driver, or support for a tls arg with an optional value (im my case im using self-signed certs, so need to bypass CA checks).

Oh and I am requesting this to be configurable over ENV as well.

Version

No response

What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?

No response

Anything else?

No response

@ChrisSchinnerl ChrisSchinnerl moved this to Backlog in Sia Dec 16, 2024
@ChrisSchinnerl ChrisSchinnerl added this to the v3.0.0 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants