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

Add support for MySQL #378

Closed
kevinwallimann opened this issue Mar 20, 2024 · 0 comments · Fixed by #381
Closed

Add support for MySQL #378

kevinwallimann opened this issue Mar 20, 2024 · 0 comments · Fixed by #381
Assignees
Labels
enhancement New feature or request

Comments

@kevinwallimann
Copy link
Contributor

Background

Add support for MySQL

Driver info page: https://www.mysql.com/products/connector/
Driver class: com.mysql.cj.jdbc.Driver
Maven: https://mvnrepository.com/artifact/com.mysql/mysql-connector-j
Github: https://github.com/mysql/mysql-connector-j
License: GPLv2 with FOSS exception

Feature

  • Would be nice to have the driver built-in, but it's also possible to provide it. Given the FOSS exception of the license, the driver could be built-in.
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 a pull request may close this issue.

2 participants