AnyPgUpdate Type — drizzle-orm Architecture
Architecture documentation for the AnyPgUpdate type/interface in update.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 64d832f7_4783_43d8_aa26_faeab6953d9d["AnyPgUpdate"] ebf76db1_7804_287b_622a_ab94e9efc196["update.ts"] 64d832f7_4783_43d8_aa26_faeab6953d9d -->|defined in| ebf76db1_7804_287b_622a_ab94e9efc196 style 64d832f7_4783_43d8_aa26_faeab6953d9d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/query-builders/update.ts lines 305–305
export type AnyPgUpdate = PgUpdateBase<any, any, any, any, any, any, any, any, any>;
Source
Frequently Asked Questions
What is the AnyPgUpdate type?
AnyPgUpdate is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/query-builders/update.ts.
Where is AnyPgUpdate defined?
AnyPgUpdate is defined in drizzle-orm/src/pg-core/query-builders/update.ts at line 305.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free