Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/postgres/mod.ts>Pool#initialized

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
method Pool.prototype.initialized
import { Pool } from "https://deno.land/x/postgres@v0.17.2/mod.ts";

This will return the number of initialized clients in the pool

Returns

Promise<number>