Home / Type/ PgSelectHKTBase Type — drizzle-orm Architecture

PgSelectHKTBase Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  c0e9dafd_0881_314a_a7ba_4326e3fcda1f["PgSelectHKTBase"]
  65d45edf_0d8a_b7f0_1780_573c12d9a0e6["select.types.ts"]
  c0e9dafd_0881_314a_a7ba_4326e3fcda1f -->|defined in| 65d45edf_0d8a_b7f0_1780_573c12d9a0e6
  style c0e9dafd_0881_314a_a7ba_4326e3fcda1f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/query-builders/select.types.ts lines 168–178

export interface PgSelectHKTBase {
	tableName: string | undefined;
	selection: unknown;
	selectMode: SelectMode;
	nullabilityMap: unknown;
	dynamic: boolean;
	excludedMethods: string;
	result: unknown;
	selectedFields: unknown;
	_type: unknown;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free