Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class PoolClient
extends QueryClient
import { PoolClient } from "https://deno.land/x/lyj@20221017/denoORM/deps.ts";

Constructors

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