SQLiteRawAction Type — drizzle-orm Architecture
Architecture documentation for the SQLiteRawAction type/interface in raw.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD b66427c7_d07b_e297_f0f5_f44eb53ebd0f["SQLiteRawAction"] d0ae3b98_d3b6_4424_a6cd_6cf9fcdb8fbb["raw.ts"] b66427c7_d07b_e297_f0f5_f44eb53ebd0f -->|defined in| d0ae3b98_d3b6_4424_a6cd_6cf9fcdb8fbb style b66427c7_d07b_e297_f0f5_f44eb53ebd0f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/query-builders/raw.ts lines 8–8
type SQLiteRawAction = 'all' | 'get' | 'values' | 'run';
Source
Frequently Asked Questions
What is the SQLiteRawAction type?
SQLiteRawAction is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/query-builders/raw.ts.
Where is SQLiteRawAction defined?
SQLiteRawAction is defined in drizzle-orm/src/sqlite-core/query-builders/raw.ts at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free