Skip to main content
Module

x/drizzle/postgres.ts>PostgresJsSession#query

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

Parameters

query: string
params: unknown[]

Returns

Promise<RowList<Row[]>>