Library

DB

Database repository and pagination support for JDBC-based data access layers.

Artifact
helix-db
Category
Data and Persistence

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.db
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.db)
}

Configuration

No Helix-specific configuration properties are required for this library.