SQLiteDeleteExecute Type — drizzle-orm Architecture
Architecture documentation for the SQLiteDeleteExecute type/interface in delete.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD bb859883_9da4_5d6a_95a5_f6148aa1eefb["SQLiteDeleteExecute"] 6f3625a2_cc6b_d606_03e5_18263363651e["delete.ts"] bb859883_9da4_5d6a_95a5_f6148aa1eefb -->|defined in| 6f3625a2_cc6b_d606_03e5_18263363651e style bb859883_9da4_5d6a_95a5_f6148aa1eefb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/query-builders/delete.ts lines 83–85
export type SQLiteDeleteExecute<T extends AnySQLiteDeleteBase> = T['_']['returning'] extends undefined
? T['_']['runResult']
: T['_']['returning'][];
Source
Frequently Asked Questions
What is the SQLiteDeleteExecute type?
SQLiteDeleteExecute is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/query-builders/delete.ts.
Where is SQLiteDeleteExecute defined?
SQLiteDeleteExecute is defined in drizzle-orm/src/sqlite-core/query-builders/delete.ts at line 83.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free