import { MaterializedViewBuilderCore } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
Constructors
new
MaterializedViewBuilderCore(name: TConfig["name"], schema: string | undefined)Properties
protected
config: { with?: PgMaterializedViewWithConfig; using?: string; tablespace?: string; withNoData?: boolean; }protected
name: TConfig["name"]Methods
tablespace(tablespace: string): this
using(using: string): this
with(config: PgMaterializedViewWithConfig): this
withNoData(): this