-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support for MariaDB #19
Comments
… constants file for database product names
@happenedIn does the existing code not work for MariaDB? Why add data source? MariaDB and MySQL should share the same API. We need a justification that we have to add MariaDB datasources, especially the datasources, what's datasources? |
@hsluoyz no because the existing code determines which database to perform operations using
I'm using a spring mvc application deployed in tomcat which uses a DataSource factory method. Something like this https://www.baeldung.com/spring-boot-configure-data-source-programmatic#configuring-a-datasource-bean So I need to rely on the |
Would like to add support for MariaDB datasources
The text was updated successfully, but these errors were encountered: