Home / Type/ GelUpdateSetSource Type — drizzle-orm Architecture

GelUpdateSetSource Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 52–59

export type GelUpdateSetSource<TTable extends GelTable> =
	& {
		[Key in keyof TTable['$inferInsert']]?:
			| GetColumnData<TTable['_']['columns'][Key]>
			| SQL
			| GelColumn;
	}
	& {};

Frequently Asked Questions

What is the GelUpdateSetSource type?
GelUpdateSetSource is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/update.ts.
Where is GelUpdateSetSource defined?
GelUpdateSetSource is defined in drizzle-orm/src/gel-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