connection_pool_list: List active connection pools

View source: R/connection_pool.R

connection_pool_listR Documentation

List active connection pools

Description

Shows all currently active connection pools with their status.

Usage

connection_pool_list()

Value

A data frame with pool information:

  • name: Pool name

  • valid: Whether pool is valid

  • connections: Number of active connections (if available)


framework documentation built on Feb. 18, 2026, 1:07 a.m.