It appears there's a typo in the Postgres class, and it [tries to use the Mariadb driver](https://github.com/Matt-MX/ReconnectVelocity/blob/master/src/main/java/com/mattmx/reconnect/storage/PostgreSQLStorage.java#L21). It should be `org.postgresql.Driver`, not `org.mariadb.jdbc.Driver`!