A Java SQL library to make working with databases a little easier
You must add JitPack as a repo, below is for Gradle
repositories {
maven {
url = 'https://www.jitpack.io'
}
}
Then to use this library as a dependency
dependencies {
implementation 'com.github.StarDevelopmentLLC:StarSQL:{VERSION}'
}
Replace {VERSION} with the module version.
For some reason, the shading and relocation of the StarLib files didn't work as I had hoped, I will have to solve this later, but you will need to add StarLib as a dependency. The lastest version should work just fine.
Please see the Wiki for more information and a tutorial with examples on how to use this library.