PgIndexMethod Type — drizzle-orm Architecture
Architecture documentation for the PgIndexMethod type/interface in indexes.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD ab5dbc8c_6971_28af_2033_aad510681453["PgIndexMethod"] a406baef_d8bd_9bc9_efcd_e7c1450622b0["indexes.ts"] ab5dbc8c_6971_28af_2033_aad510681453 -->|defined in| a406baef_d8bd_9bc9_efcd_e7c1450622b0 style ab5dbc8c_6971_28af_2033_aad510681453 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/indexes.ts lines 46–46
export type PgIndexMethod = 'btree' | 'hash' | 'gist' | 'spgist' | 'gin' | 'brin' | 'hnsw' | 'ivfflat' | (string & {});
Defined In
Source
Frequently Asked Questions
What is the PgIndexMethod type?
PgIndexMethod is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/indexes.ts.
Where is PgIndexMethod defined?
PgIndexMethod is defined in drizzle-orm/src/pg-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