ConnectionPoolConfig
import type { ConnectionPoolConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
The managed connection pooling configuration.
interface ConnectionPoolConfig {
connectionPoolingEnabled?: boolean;
flags?: ConnectionPoolFlags[];
readonly poolerCount?: number;
}