Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/postgres.ts>PostgresJsPreparedQuery#execute

Deno port of the drizzle-orm library
Latest
method PostgresJsPreparedQuery.prototype.execute
import { PostgresJsPreparedQuery } from "https://deno.land/x/drizzle@v0.23.85/postgres.ts";

Parameters

optional
placeholderValues: Record<string, unknown> | undefined

Returns

Promise<T["execute"]>