Simple MySQLAPI using JDBC with many features.
How to use?
MAVEN: Add this to your Reposetories:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>Add this to your Dependencies:
<dependency>
<groupId>com.github.LuckyDevStuff</groupId>
<artifactId>LuckyMS</artifactId>
<version>v1.1</version>
</dependency>OTHER: Download the JAR File and add this as a Libary.