Skip to main content
Module

x/drizzle/pg-core.ts>DefaultViewBuilderCore

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

Constructors

new
DefaultViewBuilderCore(name: TConfig["name"], schema: string | undefined)

Type Parameters

TConfig extends { name: string; columns?: unknown; }

Properties

protected
config: { with?: ViewWithConfig; }
protected
name: TConfig["name"]
protected
schema: string | undefined
readonly
_: { readonly name: TConfig["name"]; readonly columns: TConfig["columns"]; }