WithSubqueryWithSelection Type — drizzle-orm Architecture
Architecture documentation for the WithSubqueryWithSelection type/interface in subquery.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD a50d25a9_42be_5dc6_a70f_7c124111a759["WithSubqueryWithSelection"] 6b21b22f_ebfd_4d60_caaa_ce81fcabd22e["subquery.ts"] a50d25a9_42be_5dc6_a70f_7c124111a759 -->|defined in| 6b21b22f_ebfd_4d60_caaa_ce81fcabd22e style a50d25a9_42be_5dc6_a70f_7c124111a759 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/subquery.ts lines 11–13
export type WithSubqueryWithSelection<TSelection extends ColumnsSelection, TAlias extends string> =
& WithSubquery<TAlias, AddAliasToSelection<TSelection, TAlias, 'sqlite'>>
& AddAliasToSelection<TSelection, TAlias, 'sqlite'>;
Defined In
Source
Frequently Asked Questions
What is the WithSubqueryWithSelection type?
WithSubqueryWithSelection is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/sqlite-core/subquery.ts.
Where is WithSubqueryWithSelection defined?
WithSubqueryWithSelection is defined in drizzle-orm/src/sqlite-core/subquery.ts at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free