H2Driver - H2 Driver for Sponge servers

This is a discussion topic for the Ore project, H2Driver. View the full project on Ore for downloads and more information.


H2Driver

H2 Driver for Sponge servers.

This plugin does nothing by itself. Developers of other plugins can specify this plugin as an optional dependency in sponge_plugins.json.

Example:

"dependencies": [
        {
          "id": "h2driver",
          "version": "1.0.0",
          "load-order": "after",
          "optional": true
        },
        {
          "id": "spongeapi",
          "version": "8.0.0",
          "load-order": "after",
          "optional": false
        }
      ]

The plugin contains a driver to connect to h2 databases. It is initialized automatically when you start the server.
Hopefully in the future plugin developers will not need to add a driver to their plugins, as this can create a bunch of the same drivers.

2 Likes

A new version has been released for H2Driver, it is available for download here.


First Release.