Skip to main content
Module

x/drizzle/postgres.ts>PostgresJsSession#queryObjects

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

Parameters

query: string
params: unknown[]

Returns

Promise<RowList<T[]>>