Home / Type/ PgDeleteReturningAll Type — drizzle-orm Architecture

PgDeleteReturningAll Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  5ff3272b_3fc0_4c6f_af16_0a044ba59199["PgDeleteReturningAll"]
  bfd682c7_d1a3_f5aa_2d43_7e0859755bb8["delete.ts"]
  5ff3272b_3fc0_4c6f_af16_0a044ba59199 -->|defined in| bfd682c7_d1a3_f5aa_2d43_7e0859755bb8
  style 5ff3272b_3fc0_4c6f_af16_0a044ba59199 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/query-builders/delete.ts lines 58–72

export type PgDeleteReturningAll<
	T extends AnyPgDeleteBase,
	TDynamic extends boolean,
> = PgDeleteWithout<
	PgDeleteBase<
		T['_']['table'],
		T['_']['queryResult'],
		T['_']['table']['_']['columns'],
		T['_']['table']['$inferSelect'],
		TDynamic,
		T['_']['excludedMethods']
	>,
	TDynamic,
	'returning'
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free