menu
sql_commander package
documentation
sql_commander_postgres.dart
DBConnectionPoolProvider<C extends DBConnection>
maxConnections property
maxConnections property
dark_mode
light_mode
maxConnections
property
int
maxConnections
final
The maximum number of connections waiting in the pool.
Implementation
final int maxConnections;
sql_commander package
documentation
sql_commander_postgres
DBConnectionPoolProvider<C extends DBConnection>
maxConnections property
DBConnectionPoolProvider class