Skip to main content
Module

x/drizzle/pg-core.ts>PgDatabase#$with

Deno port of the drizzle-orm library
Latest
method PgDatabase.prototype.$with
import { PgDatabase } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Type Parameters

TAlias extends string

Returns

{ as<TSelection>(qb: QueryBuilder<TSelection> | ((qb: QueryBuilderInstance) => QueryBuilder<TSelection>)): WithSubqueryWithSelection<TSelection, TAlias>; }