Package-level declarations

Types

Link copied to clipboard

Manages PostgreSQL LISTEN/UNLISTEN subscriptions on a dedicated database connection.

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

Represents a notification received from a PostgreSQL NOTIFY command.