Home / Type/ MySqlUpdatePrepare Type — drizzle-orm Architecture

MySqlUpdatePrepare Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  68852dc9_9c25_5c05_9d8d_01ccd3325790["MySqlUpdatePrepare"]
  87ec4c19_e662_b455_8a6b_c6b8ac85ec0e["update.ts"]
  68852dc9_9c25_5c05_9d8d_01ccd3325790 -->|defined in| 87ec4c19_e662_b455_8a6b_c6b8ac85ec0e
  style 68852dc9_9c25_5c05_9d8d_01ccd3325790 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/mysql-core/query-builders/update.ts lines 82–89

export type MySqlUpdatePrepare<T extends AnyMySqlUpdateBase> = PreparedQueryKind<
	T['_']['preparedQueryHKT'],
	MySqlPreparedQueryConfig & {
		execute: MySqlQueryResultKind<T['_']['queryResult'], never>;
		iterator: never;
	},
	true
>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free