import { Param } from "https://deno.land/x/drizzle@v0.23.85/sql.ts";
Parameter value that is optionally bound to an encoder (for example, a column).
Constructors
new
Param(value: TDataType, encoder?: DriverValueEncoder<TDataType, TDriverParamType>)Type Parameters
optional
TDriverParamType = TDataTypeProperties
readonly
encoder: DriverValueEncoder<TDataType, TDriverParamType>readonly
value: TDataType