GelMaterializedViewWithConfig Type — drizzle-orm Architecture
Architecture documentation for the GelMaterializedViewWithConfig type/interface in view.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 5bca6a10_b1b7_0965_1076_fcab82a8bae0["GelMaterializedViewWithConfig"] 257a76b8_a6d7_188d_c192_237373f7f9c0["view.ts"] 5bca6a10_b1b7_0965_1076_fcab82a8bae0 -->|defined in| 257a76b8_a6d7_188d_c192_237373f7f9c0 style 5bca6a10_b1b7_0965_1076_fcab82a8bae0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/view.ts lines 133–152
export type GelMaterializedViewWithConfig = RequireAtLeastOne<{
fillfactor: number;
toastTupleTarget: number;
parallelWorkers: number;
autovacuumEnabled: boolean;
vacuumIndexCleanup: 'auto' | 'off' | 'on';
vacuumTruncate: boolean;
autovacuumVacuumThreshold: number;
autovacuumVacuumScaleFactor: number;
autovacuumVacuumCostDelay: number;
autovacuumVacuumCostLimit: number;
autovacuumFreezeMinAge: number;
autovacuumFreezeMaxAge: number;
autovacuumFreezeTableAge: number;
autovacuumMultixactFreezeMinAge: number;
autovacuumMultixactFreezeMaxAge: number;
autovacuumMultixactFreezeTableAge: number;
logAutovacuumMinDuration: number;
userCatalogTable: boolean;
}>;
Defined In
Source
Frequently Asked Questions
What is the GelMaterializedViewWithConfig type?
GelMaterializedViewWithConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/view.ts.
Where is GelMaterializedViewWithConfig defined?
GelMaterializedViewWithConfig is defined in drizzle-orm/src/gel-core/view.ts at line 133.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free