where() — drizzle-orm Function Reference
Architecture documentation for the where() function in delete.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 0780ca65_5668_966b_9704_b7dd1afd1045["where()"] 4f0c8e1c_013f_d2db_c519_d31b8f838f08["GelDeleteBase"] 0780ca65_5668_966b_9704_b7dd1afd1045 -->|defined in| 4f0c8e1c_013f_d2db_c519_d31b8f838f08 style 0780ca65_5668_966b_9704_b7dd1afd1045 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/query-builders/delete.ts lines 175–178
where(where: SQL | undefined): GelDeleteWithout<this, TDynamic, 'where'> {
this.config.where = where;
return this as any;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does where() do?
where() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/delete.ts.
Where is where() defined?
where() is defined in drizzle-orm/src/gel-core/query-builders/delete.ts at line 175.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free