Home / Type/ SingleStoreUpdateSetSource Type — drizzle-orm Architecture

SingleStoreUpdateSetSource Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  3b1a4992_9282_b79b_cafb_bbc3edfd42e8["SingleStoreUpdateSetSource"]
  64096455_7280_542c_f914_37d4fc92062b["update.ts"]
  3b1a4992_9282_b79b_cafb_bbc3edfd42e8 -->|defined in| 64096455_7280_542c_f914_37d4fc92062b
  style 3b1a4992_9282_b79b_cafb_bbc3edfd42e8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/singlestore-core/query-builders/update.ts lines 34–41

export type SingleStoreUpdateSetSource<TTable extends SingleStoreTable> =
	& {
		[Key in keyof TTable['$inferInsert']]?:
			| GetColumnData<TTable['_']['columns'][Key], 'query'>
			| SQL
			| undefined;
	}
	& {};

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free