JsonDropViewStatement Type — drizzle-orm Architecture
Architecture documentation for the JsonDropViewStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD aa586ac7_0da6_3ad0_dff4_fb9c46ba7216["JsonDropViewStatement"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] aa586ac7_0da6_3ad0_dff4_fb9c46ba7216 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style aa586ac7_0da6_3ad0_dff4_fb9c46ba7216 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 711–716
export interface JsonDropViewStatement {
type: 'drop_view';
name: string;
schema?: string;
materialized?: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the JsonDropViewStatement type?
JsonDropViewStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonDropViewStatement defined?
JsonDropViewStatement is defined in drizzle-kit/src/jsonStatements.ts at line 711.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free