HomeJavaModsMySQLAPI
MySQLAPI is an easy to use API to use MySQL in your own plugin. It uses HikariCP for connection pooling, for the best performance. Queries can be executed asynchronously using thread pools. Connections and statements will be closed automatically, so you don't have to worry about that.

Are you a server owner?
If you need this plugin as a requirement for another plugin, simply drag the jar into the jar folder of your server. It does not require any configuration.

Are you a developer?
The source can be found here . How to use the API can be found here .

To add the API to your plugin, I recommend you use Maven. Add the following to the repositories:
Code (Text):
        <repository>
            <id>mrten-releases</id>
            <name>Mrten's Release Repo</name>
            <url>http://repo.mrten.nl/content/repositories/releases/</url>
        </repository>
And add the following to the dependencies:
Code (Text):
        <dependency>
            <groupId>me.mrten</groupId>
            <artifactId>MySQLAPI</artifactId>
            <version>VERSION</version>
        </dependency>
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

MySQLAPI is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 271 times (via Spigot). Download it and open it directly in the game.

Explore more