PgUpdateConfig Type — drizzle-orm Architecture
Architecture documentation for the PgUpdateConfig type/interface in update.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD e27d2c1a_c711_1836_48da_c1d20f64d0ef["PgUpdateConfig"] ebf76db1_7804_287b_622a_ab94e9efc196["update.ts"] e27d2c1a_c711_1836_48da_c1d20f64d0ef -->|defined in| ebf76db1_7804_287b_622a_ab94e9efc196 style e27d2c1a_c711_1836_48da_c1d20f64d0ef fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/query-builders/update.ts lines 52–61
export interface PgUpdateConfig {
where?: SQL | undefined;
set: UpdateSet;
table: PgTable;
from?: PgTable | Subquery | PgViewBase | SQL;
joins: PgSelectJoinConfig[];
returningFields?: SelectedFields;
returning?: SelectedFieldsOrdered;
withList?: Subquery[];
}
Source
Frequently Asked Questions
What is the PgUpdateConfig type?
PgUpdateConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/query-builders/update.ts.
Where is PgUpdateConfig defined?
PgUpdateConfig is defined in drizzle-orm/src/pg-core/query-builders/update.ts at line 52.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free