feat(storage): add support for mysql

This commit is contained in:
ineanto 2023-10-05 13:56:49 +02:00
parent 83b7f90976
commit 52c7c00dd1
17 changed files with 296 additions and 33 deletions

View file

@ -91,6 +91,12 @@
<artifactId>mariadb-java-client</artifactId>
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
</dependency>
<!-- YAML Reader -->
<dependency>
<groupId>com.github.jsixface</groupId>