Skip to main content
Module

x/ponder/deps.ts>PoolClient

Simple ORM for PostGRES
Go to Latest
class PoolClient
extends QueryClient
import { PoolClient } from "https://deno.land/x/ponder@v0.0.3/deps.ts";

Constructors

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