Home / Type/ GelIndexMethod Type — drizzle-orm Architecture

GelIndexMethod Type — drizzle-orm Architecture

Architecture documentation for the GelIndexMethod type/interface in indexes.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  c6875d01_5358_1845_78a0_e01e6f7a7fa1["GelIndexMethod"]
  7913dddc_a30d_737a_c184_2da6763dd9e0["indexes.ts"]
  c6875d01_5358_1845_78a0_e01e6f7a7fa1 -->|defined in| 7913dddc_a30d_737a_c184_2da6763dd9e0
  style c6875d01_5358_1845_78a0_e01e6f7a7fa1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/indexes.ts lines 46–55

export type GelIndexMethod =
	| 'btree'
	| 'hash'
	| 'gist'
	| 'sGelist'
	| 'gin'
	| 'brin'
	| 'hnsw'
	| 'ivfflat'
	| (string & {});

Frequently Asked Questions

What is the GelIndexMethod type?
GelIndexMethod is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/indexes.ts.
Where is GelIndexMethod defined?
GelIndexMethod is defined in drizzle-orm/src/gel-core/indexes.ts at line 46.

Analyze Your Own Codebase

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

Try Supermodel Free