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

x/drizzle/postgres.ts>PostgresJsPreparedQuery#all

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

Parameters

optional
placeholderValues: Record<string, unknown> | undefined

Returns

Promise<T["all"]>