Home / Type/ SQLiteUpdateReturningAll Type — drizzle-orm Architecture

SQLiteUpdateReturningAll Type — drizzle-orm Architecture

Architecture documentation for the SQLiteUpdateReturningAll type/interface in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  d4eed61e_790d_4635_b291_46d889b383ef["SQLiteUpdateReturningAll"]
  521e96ec_d755_9be7_bb0d_0c92d181f793["update.ts"]
  d4eed61e_790d_4635_b291_46d889b383ef -->|defined in| 521e96ec_d755_9be7_bb0d_0c92d181f793
  style d4eed61e_790d_4635_b291_46d889b383ef fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/update.ts lines 118–130

export type SQLiteUpdateReturningAll<T extends AnySQLiteUpdate, TDynamic extends boolean> = SQLiteUpdateWithout<
	SQLiteUpdateBase<
		T['_']['table'],
		T['_']['resultType'],
		T['_']['runResult'],
		T['_']['from'],
		T['_']['table']['$inferSelect'],
		TDynamic,
		T['_']['excludedMethods']
	>,
	TDynamic,
	'returning'
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free