Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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)