Skip to main content
Module

x/postgres/client.ts>QueryClient#connect

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
method QueryClient.prototype.connect
import { QueryClient } from "https://deno.land/x/postgres@v0.19.2/client.ts";

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

Returns

Promise<void>