Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/postgres/query/decode.ts>decode

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
function decode
import { decode } from "https://deno.land/x/postgres@v0.18.0/query/decode.ts";

Parameters

value: Uint8Array
column: Column
optional
controls: ClientControls