Home / Type/ SQLiteSelectHKTBase Type — drizzle-orm Architecture

SQLiteSelectHKTBase Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-orm/src/sqlite-core/query-builders/select.types.ts lines 132–144

export interface SQLiteSelectHKTBase {
	tableName: string | undefined;
	resultType: 'sync' | 'async';
	runResult: unknown;
	selection: unknown;
	selectMode: SelectMode;
	nullabilityMap: unknown;
	dynamic: boolean;
	excludedMethods: string;
	result: unknown;
	selectedFields: unknown;
	_type: unknown;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free