Home / Type/ SQLiteDeleteReturningAll Type — drizzle-orm Architecture

SQLiteDeleteReturningAll Type — drizzle-orm Architecture

Architecture documentation for the SQLiteDeleteReturningAll type/interface in delete.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  584437d6_0e0a_9e25_cab6_cab74d4a682c["SQLiteDeleteReturningAll"]
  6f3625a2_cc6b_d606_03e5_18263363651e["delete.ts"]
  584437d6_0e0a_9e25_cab6_cab74d4a682c -->|defined in| 6f3625a2_cc6b_d606_03e5_18263363651e
  style 584437d6_0e0a_9e25_cab6_cab74d4a682c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/delete.ts lines 50–64

export type SQLiteDeleteReturningAll<
	T extends AnySQLiteDeleteBase,
	TDynamic extends boolean,
> = SQLiteDeleteWithout<
	SQLiteDeleteBase<
		T['_']['table'],
		T['_']['resultType'],
		T['_']['runResult'],
		T['_']['table']['$inferSelect'],
		T['_']['dynamic'],
		T['_']['excludedMethods']
	>,
	TDynamic,
	'returning'
>;

Frequently Asked Questions

What is the SQLiteDeleteReturningAll type?
SQLiteDeleteReturningAll is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/query-builders/delete.ts.
Where is SQLiteDeleteReturningAll defined?
SQLiteDeleteReturningAll is defined in drizzle-orm/src/sqlite-core/query-builders/delete.ts at line 50.

Analyze Your Own Codebase

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

Try Supermodel Free