import { type QueryOptions } from "https://deno.land/x/postgres@v0.19.0/query/query.ts";
Types of options
Properties
optional
args: QueryArgumentsThe arguments to be passed to the query
optional
encoder: (arg: unknown) => EncodedArgA custom function to override the encoding logic of the arguments passed to the query