constructor() — drizzle-orm Function Reference
Architecture documentation for the constructor() function in delete.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 7a23b08e_b95f_2f41_12f8_442a357c72fb["constructor()"] 4f0c8e1c_013f_d2db_c519_d31b8f838f08["GelDeleteBase"] 7a23b08e_b95f_2f41_12f8_442a357c72fb -->|defined in| 4f0c8e1c_013f_d2db_c519_d31b8f838f08 3714d705_8bdb_9a92_654c_350f9b05780a["constructor()"] 7a23b08e_b95f_2f41_12f8_442a357c72fb -->|calls| 3714d705_8bdb_9a92_654c_350f9b05780a style 7a23b08e_b95f_2f41_12f8_442a357c72fb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/query-builders/delete.ts lines 136–144
constructor(
table: TTable,
private session: GelSession,
private dialect: GelDialect,
withList?: Subquery[],
) {
super();
this.config = { table, withList };
}
Domain
Subdomains
Calls
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/delete.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/gel-core/query-builders/delete.ts at line 136.
What does constructor() call?
constructor() calls 1 function(s): constructor.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free