SelectMode Type — drizzle-orm Architecture
Architecture documentation for the SelectMode type/interface in select.types.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 722a2e50_efca_c705_52f6_9f6f22cd5b07["SelectMode"] 7e7f8434_4765_0a70_b7fa_d197dd2fa706["select.types.ts"] 722a2e50_efca_c705_52f6_9f6f22cd5b07 -->|defined in| 7e7f8434_4765_0a70_b7fa_d197dd2fa706 style 722a2e50_efca_c705_52f6_9f6f22cd5b07 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/query-builders/select.types.ts lines 37–37
export type SelectMode = 'partial' | 'single' | 'multiple';
Source
Frequently Asked Questions
What is the SelectMode type?
SelectMode is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/query-builders/select.types.ts.
Where is SelectMode defined?
SelectMode is defined in drizzle-orm/src/query-builders/select.types.ts at line 37.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free