menu
serverpod_postgres_pool package
documentation
postgres_pool.dart
PgPoolStatus
connections property
connections property
dark_mode
light_mode
connections
property
List
<
PgConnectionStatus
>
connections
final
The status of the connections.
Implementation
final List<PgConnectionStatus> connections;
serverpod_postgres_pool package
documentation
postgres_pool
PgPoolStatus
connections property
PgPoolStatus class