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

Properties

optional
args: QueryArguments
optional
encoder: (arg: unknown) => EncodedArg
optional
name: string
text: string