Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConnectionPoolConfig

import type { ConnectionPoolConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";

The managed connection pooling configuration.

interface ConnectionPoolConfig {
connectionPoolingEnabled?: boolean;
readonly poolerCount?: number;
}

§Properties

§
connectionPoolingEnabled?: boolean
[src]

Whether managed connection pooling is enabled.

§

Optional. List of connection pool configuration flags.

§
readonly poolerCount?: number
[src]

Output only. Number of connection poolers.