import { type Decoders } from "https://dotland.deno.dev/x/postgres@v0.19.0/connection/connection_params.ts";
A dictionary of functions used to decode (parse) column field values from string to a custom type. These functions will
take precedence over the DecodeStrategy
. Each key in the dictionary is the column OID type number or Oid type name,
and the value is the decoder function.
definition: [key in number | OidType]?: DecoderFunction