Home / Type/ SQLiteSelectQueryBuilderHKT Type — drizzle-orm Architecture

SQLiteSelectQueryBuilderHKT Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/select.types.ts lines 171–185

export interface SQLiteSelectQueryBuilderHKT extends SQLiteSelectHKTBase {
	_type: SQLiteSelectQueryBuilderBase<
		SQLiteSelectQueryBuilderHKT,
		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 SQLiteSelectQueryBuilderHKT type?
SQLiteSelectQueryBuilderHKT is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/query-builders/select.types.ts.
Where is SQLiteSelectQueryBuilderHKT defined?
SQLiteSelectQueryBuilderHKT is defined in drizzle-orm/src/sqlite-core/query-builders/select.types.ts at line 171.

Analyze Your Own Codebase

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

Try Supermodel Free