Home / Type/ AnyPgSelect Type — drizzle-orm Architecture

AnyPgSelect Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

export type AnyPgSelect = PgSelectBase<any, any, any, any, any, any, any, any>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free