lydtechconsulting / component-test-framework

Framework for component testing an application
Apache License 2.0
13 stars 3 forks source link

feat: Support MariaDB as a database resource #23

Closed Matt-B closed 5 months ago

Matt-B commented 5 months ago

This PR adds MariaDB as a supported resource.

For testing purposes I've adapted the https://github.com/lydtechconsulting/springboot-postgres example project to use MariaDB, this can be found here: https://github.com/Matt-B/springboot-mariadb

Matt-B commented 5 months ago

@rgolder1 Thanks for taking a look, I think I've addressed your points now as well as having done some testing by adapting one of the example projects to use MariaDB (here). Can you take a look and see if you're happy to approve the changes?