Home / Type/ SQLiteSelectHKT Type — drizzle-orm Architecture

SQLiteSelectHKT Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  7a71fa4f_7fff_3dbd_de38_71192bd5b737["SQLiteSelectHKT"]
  18a5fcd5_994e_4f8e_c531_decae9341796["select.types.ts"]
  7a71fa4f_7fff_3dbd_de38_71192bd5b737 -->|defined in| 18a5fcd5_994e_4f8e_c531_decae9341796
  style 7a71fa4f_7fff_3dbd_de38_71192bd5b737 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/select.types.ts lines 187–200

export interface SQLiteSelectHKT extends SQLiteSelectHKTBase {
	_type: SQLiteSelectBase<
		this['tableName'],
		this['resultType'],
		this['runResult'],
		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 SQLiteSelectHKT type?
SQLiteSelectHKT is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/query-builders/select.types.ts.
Where is SQLiteSelectHKT defined?
SQLiteSelectHKT is defined in drizzle-orm/src/sqlite-core/query-builders/select.types.ts at line 187.

Analyze Your Own Codebase

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

Try Supermodel Free