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

Simplify connection parameters for MySQL & Postgres tables #16

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

phillipleblanc
Copy link
Collaborator

Simplifies the connection parameters for MySQL and Postgres tables to not require the Arc around the HashMap, and to not require the mysql_ or pg_ prefix for the connection parameters. They are still supported, but will be removed internally to keep it consistent.

@phillipleblanc phillipleblanc self-assigned this Jul 18, 2024
@phillipleblanc phillipleblanc added the enhancement New feature or request label Jul 18, 2024
@phillipleblanc phillipleblanc merged commit b045511 into main Jul 18, 2024
2 checks passed
@phillipleblanc phillipleblanc deleted the phillip/240718-improve-params branch July 18, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants