Skip to main content
Module

x/drizzle/pg-core.ts>PgSelectConfig

Deno port of the drizzle-orm library
Latest
interface PgSelectConfig
Re-export
import { type PgSelectConfig } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Properties

withList: Subquery[]
optional
where: SQL
optional
having: SQL
optional
limit: number | Placeholder
optional
offset: number | Placeholder
joins: JoinsValue[]
orderBy: (AnyPgColumn | SQL | SQL.Aliased)[]
groupBy: (AnyPgColumn | SQL | SQL.Aliased)[]
lockingClauses: { strength: LockStrength; config: LockConfig; }[]