where() — drizzle-orm Function Reference
Architecture documentation for the where() function in update.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 4824e0e8_f6c2_f5b9_eb06_e5de3fc42b82["where()"] 2554514b_4610_9aed_e6d5_669cd23017c0["SQLiteUpdateBase"] 4824e0e8_f6c2_f5b9_eb06_e5de3fc42b82 -->|defined in| 2554514b_4610_9aed_e6d5_669cd23017c0 style 4824e0e8_f6c2_f5b9_eb06_e5de3fc42b82 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/query-builders/update.ts lines 344–347
where(where: SQL | undefined): SQLiteUpdateWithout<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/update.ts.
Where is where() defined?
where() is defined in drizzle-orm/src/sqlite-core/query-builders/update.ts at line 344.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free