Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/postgres/deps.ts>BufWriter#flush

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/x/postgres@ls/deps.ts";

Flush writes any buffered data to the underlying io.Writer.