Skip to main content
Module

x/drizzle/pg-core.ts>PgMaterializedView

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

Constructors

new
PgMaterializedView(unnamed 0: { pgConfig: { with: PgMaterializedViewWithConfig | undefined; using: string | undefined; tablespace: string | undefined; withNoData: boolean | undefined; } | undefined; config: { name: TName; schema: string | undefined; selectedFields: SelectedFields; query: SQL | undefined; }; })

Type Parameters

optional
TName extends string = string
optional
TExisting extends boolean = boolean
optional
TSelectedFields = unknown

Properties

readonly
[PgMaterializedViewConfig]: { readonly with?: PgMaterializedViewWithConfig; readonly using?: string; readonly tablespace?: string; readonly withNoData?: boolean; } | undefined