Skip to main content
Module

x/postgres/client.ts>QueryClient#end

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

Closing your PostgreSQL connection will delete all non-persistent data that may have been created in the course of the session and will require you to reconnect in order to execute further queries

Returns

Promise<void>