Home / Type/ JsonAlterViewAlterUsingStatement Type — drizzle-orm Architecture

JsonAlterViewAlterUsingStatement Type — drizzle-orm Architecture

Architecture documentation for the JsonAlterViewAlterUsingStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  28f67cac_1d08_ed1f_6543_5380660d4098["JsonAlterViewAlterUsingStatement"]
  6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"]
  28f67cac_1d08_ed1f_6543_5380660d4098 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f
  style 28f67cac_1d08_ed1f_6543_5380660d4098 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 778–784

export interface JsonAlterViewAlterUsingStatement {
	type: 'alter_view_alter_using';
	toUsing: string;
	name: string;
	schema: string;
	materialized: true;
}

Frequently Asked Questions

What is the JsonAlterViewAlterUsingStatement type?
JsonAlterViewAlterUsingStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonAlterViewAlterUsingStatement defined?
JsonAlterViewAlterUsingStatement is defined in drizzle-kit/src/jsonStatements.ts at line 778.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free