Package-level declarations

Types

Link copied to clipboard

Manages asynchronous notifications (LISTEN / NOTIFY) for a specific database session.

Link copied to clipboard
data class PgNotification(val processId: Int, val channel: String, val payload: String)

Represents an asynchronous notification from the PostgreSQL database (LISTEN/NOTIFY).