getMaterializedViewConfig() — drizzle-orm Function Reference
Architecture documentation for the getMaterializedViewConfig() function in utils.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 17a6f3a5_5aaa_3fb7_e060_951d3c81baab["getMaterializedViewConfig()"] 9cb8488e_0ece_edef_af6a_5851d56cddda["utils.ts"] 17a6f3a5_5aaa_3fb7_e060_951d3c81baab -->|defined in| 9cb8488e_0ece_edef_af6a_5851d56cddda style 17a6f3a5_5aaa_3fb7_e060_951d3c81baab fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/utils.ts lines 90–98
export function getMaterializedViewConfig<
TName extends string = string,
TExisting extends boolean = boolean,
>(view: GelMaterializedView<TName, TExisting>) {
return {
...view[ViewBaseConfig],
...view[GelMaterializedViewConfig],
};
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does getMaterializedViewConfig() do?
getMaterializedViewConfig() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/utils.ts.
Where is getMaterializedViewConfig() defined?
getMaterializedViewConfig() is defined in drizzle-orm/src/gel-core/utils.ts at line 90.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free