An API for handling SQL management via Java. Specifically made for Bukkit plugins.
Add these lines to the <repositories> section in your pom.xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>Then add these lines in your <dependencies> section
<dependency>
<groupId>com.github.RickySHD</groupId>
<artifactId>SQLWrapper</artifactId>
<version>LATEST</version>
</dependency>Add these lines to your pom.xml and follow this guide to get a PAT.
<dependency>
<groupId>dev.rickyshd</groupId>
<artifactId>sqlwrapper</artifactId>
<version>LATEST</version>
</dependency>