this plugin can be uses with mitsi in order to provide connection with H2 databases
-
Download it in the releases or compile it using : mvn clean install -DskipTests
-
Copy the .jar generated in the folder target/ inside the plugins/ folder of your Mitsi's intallation. Place the JDBC driver's jar in the same folder.
-
Configure a datasource using your plugin in mitsi-datasources.json. Do not forget to configure the "provider" as "h2"
-
restart mitsi and enjoy.