constructor() — drizzle-orm Function Reference
Architecture documentation for the constructor() function in query.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 57fb109a_5618_13c4_660b_2edb0d6ba1b6["constructor()"] 41a8a45a_4401_0731_752a_e424be9b1818["GelRelationalQuery"] 57fb109a_5618_13c4_660b_2edb0d6ba1b6 -->|defined in| 41a8a45a_4401_0731_752a_e424be9b1818 e14d9230_dab1_34e5_89dd_cde396833c2b["constructor()"] e14d9230_dab1_34e5_89dd_cde396833c2b -->|calls| 57fb109a_5618_13c4_660b_2edb0d6ba1b6 e14d9230_dab1_34e5_89dd_cde396833c2b["constructor()"] 57fb109a_5618_13c4_660b_2edb0d6ba1b6 -->|calls| e14d9230_dab1_34e5_89dd_cde396833c2b style 57fb109a_5618_13c4_660b_2edb0d6ba1b6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/query-builders/query.ts lines 75–87
constructor(
private fullSchema: Record<string, unknown>,
private schema: TablesRelationalConfig,
private tableNamesMap: Record<string, string>,
private table: GelTable,
private tableConfig: TableRelationalConfig,
private dialect: GelDialect,
private session: GelSession,
private config: DBQueryConfig<'many', true> | true,
private mode: 'many' | 'first',
) {
super();
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does constructor() do?
constructor() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/query.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/gel-core/query-builders/query.ts at line 75.
What does constructor() call?
constructor() calls 1 function(s): constructor.
What calls constructor()?
constructor() is called by 1 function(s): constructor.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free