Module

x/postgres/mod.ts>QueryOptions

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
interface QueryOptions
import { type QueryOptions } from "https://dotland.deno.dev/x/postgres@v0.17.2/mod.ts";

Types of options

Properties

optional
args: QueryArguments

The arguments to be passed to the query

optional
encoder: (arg: unknown) => EncodedArg

A custom function to override the encoding logic of the arguments passed to the query

optional
name: string

The name of the query statement

text: string

The query statement to be executed