Home / Type/ SQLiteInsertReturningAll Type — drizzle-orm Architecture

SQLiteInsertReturningAll Type — drizzle-orm Architecture

Architecture documentation for the SQLiteInsertReturningAll type/interface in insert.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  1fd9f04f_c4c0_c286_b0e4_cf1d3b7d078f["SQLiteInsertReturningAll"]
  84987318_b83b_9a2c_d793_542fa0b46175["insert.ts"]
  1fd9f04f_c4c0_c286_b0e4_cf1d3b7d078f -->|defined in| 84987318_b83b_9a2c_d793_542fa0b46175
  style 1fd9f04f_c4c0_c286_b0e4_cf1d3b7d078f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/insert.ts lines 140–154

export type SQLiteInsertReturningAll<
	T extends AnySQLiteInsert,
	TDynamic extends boolean,
> = SQLiteInsertWithout<
	SQLiteInsertBase<
		T['_']['table'],
		T['_']['resultType'],
		T['_']['runResult'],
		T['_']['table']['$inferSelect'],
		TDynamic,
		T['_']['excludedMethods']
	>,
	TDynamic,
	'returning'
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free