Home / Type/ GelUpdatePrepare Type — drizzle-orm Architecture

GelUpdatePrepare Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 254–259

export type GelUpdatePrepare<T extends AnyGelUpdate> = GelPreparedQuery<
	PreparedQueryConfig & {
		execute: T['_']['returning'] extends undefined ? GelQueryResultKind<T['_']['queryResult'], never>
			: T['_']['returning'][];
	}
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free