Home / Type/ PgInsertReturningAll Type — drizzle-orm Architecture

PgInsertReturningAll Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  b28a267e_cb5b_1d95_9551_8c89940fad14["PgInsertReturningAll"]
  6f066777_3f37_e9b7_9d78_03e1a3ea895d["insert.ts"]
  b28a267e_cb5b_1d95_9551_8c89940fad14 -->|defined in| 6f066777_3f37_e9b7_9d78_03e1a3ea895d
  style b28a267e_cb5b_1d95_9551_8c89940fad14 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/query-builders/insert.ts lines 164–171

export type PgInsertReturningAll<T extends AnyPgInsert, TDynamic extends boolean> = PgInsertBase<
	T['_']['table'],
	T['_']['queryResult'],
	T['_']['table']['_']['columns'],
	T['_']['table']['$inferSelect'],
	TDynamic,
	T['_']['excludedMethods']
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free