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

x/postgres/query/encode.ts>encodeArgument

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

Encode (serialize) a value that can be used in a query execution.

Parameters

value: unknown