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

x/denogres/deps.ts>PoolClient

Deno + PostgreSQL = DenoGres
Go to Latest
class PoolClient
extends QueryClient
import { PoolClient } from "https://deno.land/x/denogres@v0.7.0-alpha/deps.ts";

Constructors

new
PoolClient(config: ClientConfiguration, releaseCallback: () => void)