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

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>