Library

PostgreSQL

PostgreSQL notification listener utilities for applications that react to database events.

Artifact
helix-postgresql
Category
Data and Persistence

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.postgres
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.postgres)
}

Configuration

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