Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class PoolClient
extends QueryClient
import { PoolClient } from "https://deno.land/x/lyj@20220927/denoORM/deps.ts";

Constructors

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