Home / Type/ MySqlSelectHKT Type — drizzle-orm Architecture

MySqlSelectHKT Type — drizzle-orm Architecture

Architecture documentation for the MySqlSelectHKT type/interface in select.types.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  f2d0d1b3_da80_347a_8e1f_1a924eed2930["MySqlSelectHKT"]
  b145d7b0_f119_a29a_6da7_7ad4e74e20fa["select.types.ts"]
  f2d0d1b3_da80_347a_8e1f_1a924eed2930 -->|defined in| b145d7b0_f119_a29a_6da7_7ad4e74e20fa
  style f2d0d1b3_da80_347a_8e1f_1a924eed2930 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/mysql-core/query-builders/select.types.ts lines 219–231

export interface MySqlSelectHKT extends MySqlSelectHKTBase {
	_type: MySqlSelectBase<
		this['tableName'],
		Assume<this['selection'], ColumnsSelection>,
		this['selectMode'],
		Assume<this['preparedQueryHKT'], PreparedQueryHKTBase>,
		Assume<this['nullabilityMap'], Record<string, JoinNullability>>,
		this['dynamic'],
		this['excludedMethods'],
		Assume<this['result'], any[]>,
		Assume<this['selectedFields'], ColumnsSelection>
	>;
}

Frequently Asked Questions

What is the MySqlSelectHKT type?
MySqlSelectHKT is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/query-builders/select.types.ts.
Where is MySqlSelectHKT defined?
MySqlSelectHKT is defined in drizzle-orm/src/mysql-core/query-builders/select.types.ts at line 219.

Analyze Your Own Codebase

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

Try Supermodel Free