Home / Type/ GelSelectHKT Type — drizzle-orm Architecture

GelSelectHKT Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  42424c54_6955_bacd_7b1a_0762af673d4a["GelSelectHKT"]
  1802ae0d_e56f_7575_eb4a_b95e50f061c0["select.types.ts"]
  42424c54_6955_bacd_7b1a_0762af673d4a -->|defined in| 1802ae0d_e56f_7575_eb4a_b95e50f061c0
  style 42424c54_6955_bacd_7b1a_0762af673d4a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/select.types.ts lines 203–214

export interface GelSelectHKT extends GelSelectHKTBase {
	_type: GelSelectBase<
		this['tableName'],
		Assume<this['selection'], ColumnsSelection>,
		this['selectMode'],
		Assume<this['nullabilityMap'], Record<string, JoinNullability>>,
		this['dynamic'],
		this['excludedMethods'],
		Assume<this['result'], any[]>,
		Assume<this['selectedFields'], ColumnsSelection>
	>;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free