Home / Type/ IndexConfig Type — drizzle-orm Architecture

IndexConfig Type — drizzle-orm Architecture

Architecture documentation for the IndexConfig type/interface in select.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  a961b5b0_783b_383a_19b2_a6d19d0a88f2["IndexConfig"]
  beabf465_fa9a_6d7b_17f0_933ae73209d6["select.ts"]
  a961b5b0_783b_383a_19b2_a6d19d0a88f2 -->|defined in| beabf465_fa9a_6d7b_17f0_933ae73209d6
  style a961b5b0_783b_383a_19b2_a6d19d0a88f2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/mysql-core/query-builders/select.ts lines 54–58

export type IndexConfig = {
	useIndex?: IndexForHint | IndexForHint[];
	forceIndex?: IndexForHint | IndexForHint[];
	ignoreIndex?: IndexForHint | IndexForHint[];
};

Frequently Asked Questions

What is the IndexConfig type?
IndexConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/query-builders/select.ts.
Where is IndexConfig defined?
IndexConfig is defined in drizzle-orm/src/mysql-core/query-builders/select.ts at line 54.

Analyze Your Own Codebase

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

Try Supermodel Free