Home / Type/ JsonCreateIndexStatement Type — drizzle-orm Architecture

JsonCreateIndexStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 314–320

export interface JsonCreateIndexStatement {
	type: 'create_index';
	tableName: string;
	data: string;
	schema: string;
	internal?: MySqlKitInternals | SQLiteKitInternals | SingleStoreKitInternals;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free