Skip to content

A Java SQL library to make working with databases a little easier

License

Notifications You must be signed in to change notification settings

StarDevelopmentLLC/StarSQL

Repository files navigation

StarData

A Java SQL library to make working with databases a little easier

To use this Library

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.

About

A Java SQL library to make working with databases a little easier

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages