We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any particular reason MariaDB is not mentioned as supported database in the README? Would it be ok to add it with a PR?
This is part of my efforts I describe in my blog Improving MariaDB Support in Open Source Projects.
The text was updated successfully, but these errors were encountered:
Made PR #414 now, hope it is ok?
Sorry, something went wrong.
MariaDB is already supported. Set DBType to MySQL and write DBPath and it will work fine.
$ docker run --rm --name mariadb -d -e MARIADB_ROOT_PASSWORD=password -e MARIADB_DATABASE=test -p 3306:3306 mariadb $ goval-dictionary fetch ubuntu 24.04 --dbtype mysql --dbpath "root:password@tcp(127.0.0.1:3306)/test?parseTime=true"
MariaDB is already supported. Set DBType to MySQL and write DBPath and it will work fine. $ docker run --rm --name mariadb -d -e MARIADB_ROOT_PASSWORD=password -e MARIADB_DATABASE=test -p 3306:3306 mariadb $ goval-dictionary fetch ubuntu 24.04 --dbtype mysql --dbpath "root:password@tcp(127.0.0.1:3306)/test?parseTime=true"
Awesome, thank you @MaineK00n . So it should be fine to add a mention of MariaDB to the README as per #414 ? :)
No branches or pull requests
Any particular reason MariaDB is not mentioned as supported database in the README? Would it be ok to add it with a PR?
This is part of my efforts I describe in my blog Improving MariaDB Support in Open Source Projects.
The text was updated successfully, but these errors were encountered: