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

x/pgc4d/src/data_type_converters.ts>TypeAwareRecvFunc

A full-featured PostgreSQL Client for Deno
Latest
type alias TypeAwareRecvFunc
import { type TypeAwareRecvFunc } from "https://deno.land/x/pgc4d@v1.3.6/src/data_type_converters.ts";
definition: (
array: Uint8Array,
type: TypeRow,
typeRegistry: TypeRegistry,
) => ColumnValue