Dependency

The Jetbrains Exposed is a great and easy to use library to work with SQL in Kotlin. The library has a typesafe API that make your SQL queries easy and safe to use.

KotlinBukkitAPI provides some extensions and helpers to work easily on a Bukkit Plugin.

The recomendation is to use Exposed + HikariCP to handle your connections pool more effective.

These extensions are provided in the exposed module:

dependencies {
  ...
  implementation("tech.carcadex:kotlinbukkitkit-exposed:[LATEST VERSION]")
}

Also use ExposedGenrator for best experience

Last updated