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:
And add the following to the dependencies:
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>
<id>mrten-releases</id>
<name>Mrten's Release Repo</name>
<url>http://repo.mrten.nl/content/repositories/releases/</url>
</repository>
Code (Text):
<dependency>
<groupId>me.mrten</groupId>
<artifactId>MySQLAPI</artifactId>
<version>VERSION</version>
</dependency>
<groupId>me.mrten</groupId>
<artifactId>MySQLAPI</artifactId>
<version>VERSION</version>
</dependency>
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.