Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method postgres.QueryClient.prototype.connect
import { postgres } from "https://deno.land/x/miranda@0.0.6/src/deps.ts";
const { QueryClient } = postgres;

Every client must initialize their connection previously to the execution of any statement

Returns

Promise<void>