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 9811bc0a_dcd6_94d5_6502_151e5185ee10["where()"] a471a882_6081_4e4c_2ea3_c3ac37ea807a["SQLiteDeleteBase"] 9811bc0a_dcd6_94d5_6502_151e5185ee10 -->|defined in| a471a882_6081_4e4c_2ea3_c3ac37ea807a style 9811bc0a_dcd6_94d5_6502_151e5185ee10 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/query-builders/delete.ts lines 188–191
where(where: SQL | undefined): SQLiteDeleteWithout<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/sqlite-core/query-builders/delete.ts.
Where is where() defined?
where() is defined in drizzle-orm/src/sqlite-core/query-builders/delete.ts at line 188.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free