Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/postgres/pool.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.19.2/pool.ts";

This will return the number of initialized clients in the pool

Returns

Promise<number>