Home / Type/ GelUpdate Type — drizzle-orm Architecture

GelUpdate Type — drizzle-orm Architecture

Architecture documentation for the GelUpdate type/interface in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  64b32346_2c75_5168_d0d1_c29b4736d12a["GelUpdate"]
  956cc921_a752_6eef_2068_90c91a3cc0a7["update.ts"]
  64b32346_2c75_5168_d0d1_c29b4736d12a -->|defined in| 956cc921_a752_6eef_2068_90c91a3cc0a7
  style 64b32346_2c75_5168_d0d1_c29b4736d12a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 269–276

export type GelUpdate<
	TTable extends GelTable = GelTable,
	TQueryResult extends GelQueryResultHKT = GelQueryResultHKT,
	TFrom extends GelTable | Subquery | GelViewBase | SQL | undefined = undefined,
	TReturning extends Record<string, unknown> | undefined = Record<string, unknown> | undefined,
	TNullabilityMap extends Record<string, JoinNullability> = Record<TTable['_']['name'], 'not-null'>,
	TJoins extends Join[] = [],
> = GelUpdateBase<TTable, TQueryResult, TFrom, TReturning, TNullabilityMap, TJoins, true, never>;

Frequently Asked Questions

What is the GelUpdate type?
GelUpdate is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/update.ts.
Where is GelUpdate defined?
GelUpdate is defined in drizzle-orm/src/gel-core/query-builders/update.ts at line 269.

Analyze Your Own Codebase

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

Try Supermodel Free